Function
ICalGLibTimetimezone_expand_vtimezone
since: 2.0
Declaration [src]
void
i_cal_time_timezone_expand_vtimezone (
ICalComponent* comp,
gint end_year,
ICalArray* changes
)
Description [src]
Applies a list of timezone changes on the array of components until the end year.
Available since: 2.0
Parameters
comp-
Type:
ICalComponentThe
ICalComponent.The data is owned by the caller of the function. end_year-
Type:
gintThe end year.
changes-
Type:
ICalArrayThe changes to be applies.
The data is owned by the caller of the function.