Method
ICalGLibTimeconvert_timezone
since: 1.0
Declaration [src]
void
i_cal_time_convert_timezone (
ICalTime* tt,
ICalTimezone* from_zone,
ICalTimezone* to_zone
)
Parameters
from_zone
-
Type:
ICalTimezone
From timezone.
The argument can be NULL
.The data is owned by the caller of the method. to_zone
-
Type:
ICalTimezone
To timezone.
The argument can be NULL
.The data is owned by the caller of the method.