Method

ICalGLibTimeadd

since: 2.0

[]

Declaration [src]

ICalTime*
i_cal_time_add (
  ICalTime* t,
  ICalDuration* d
)
[]

Description [src]

Adds a time duration on the time.

Available since: 2.0

[]

Parameters

d

Type: ICalDuration

A ICalDuration as the difference.

The data is owned by the caller of the method.
[]

Return value

Type: ICalTime

The ICalTime results. The native object is the same. But since it is a bare object, so it won’t cause segmentation.

The caller of the method takes ownership of the data, and is responsible for freeing it.