| Top |
ICalTimetype *
i_cal_datetimeperiod_type_get_time (ICalDatetimeperiodType *dtp);
Get the time attribute of ICalDatetimeperiodType.
Since: 1.0
void i_cal_datetimeperiod_type_set_time (ICalDatetimeperiodType *dtp,ICalTimetype *time);
Set the time attribute of ICalDatetimeperiodType.
Since: 1.0
ICalPeriodType *
i_cal_datetimeperiod_type_get_period (ICalDatetimeperiodType *dtp);
Get the period attribute of ICalDatetimeperiodType.
Since: 1.0
void i_cal_datetimeperiod_type_set_period (ICalDatetimeperiodType *dtp,ICalPeriodType *period);
Set the period attribute of ICalDatetimeperiodType.
Since: 1.0