Method
ICalGLibTimeadd
since: 2.0
Declaration [src]
ICalTime*
i_cal_time_add (
ICalTime* t,
ICalDuration* d
)
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. |