Top |
ICalDatetimeperiod *
i_cal_datetimeperiod_new (void
);
Creates a new ICalDatetimeperiod.
Since: 1.0
ICalTime *
i_cal_datetimeperiod_get_time (ICalDatetimeperiod *dtp
);
Gets the time attribute of ICalDatetimeperiod.
Since: 1.0
void i_cal_datetimeperiod_set_time (ICalDatetimeperiod *dtp
,ICalTime *time
);
Sets the time attribute of ICalDatetimeperiod.
Since: 1.0
ICalPeriod *
i_cal_datetimeperiod_get_period (ICalDatetimeperiod *dtp
);
Gets the period attribute of ICalDatetimeperiod.
Since: 1.0
void i_cal_datetimeperiod_set_period (ICalDatetimeperiod *dtp
,ICalPeriod *period
);
Sets the period attribute of ICalDatetimeperiod.
Since: 1.0