Top | ![]() |
![]() |
![]() |
![]() |
ICalTimezonePhase * | i_cal_timezone_phase_new_full () |
struct icaltimezonephase | i_cal_timezone_phase_new_default () |
const gchar * | i_cal_timezone_phase_get_tzname () |
gint | i_cal_timezone_phase_is_stdandard () |
void | i_cal_timezone_phase_set_is_stdandard () |
ICalTimetype * | i_cal_timezone_phase_get_dtstart () |
void | i_cal_timezone_phase_set_dtstart () |
gint | i_cal_timezone_phase_get_offsetto () |
void | i_cal_timezone_phase_set_offsetto () |
gint | i_cal_timezone_phase_get_tzoffsetfrom () |
void | i_cal_timezone_phase_set_tzoffsetfrom () |
const gchar * | i_cal_timezone_phase_get_comment () |
ICalDatetimeperiodType * | i_cal_timezone_phase_get_rdate () |
void | i_cal_timezone_phase_set_rdate () |
const gchar * | i_cal_timezone_phase_get_rrule () |
ICalTimezonePhase *
i_cal_timezone_phase_new_full (struct icaltimezonephase native
);
Create a new libical-glib object from the native libical object and the owner.
Since 1.0
struct icaltimezonephase
i_cal_timezone_phase_new_default (void
);
Create a new default ICalTimezonePhase
Since 1.0
const gchar *
i_cal_timezone_phase_get_tzname (ICalTimezonePhase *phase
);
Get the tzname of ICalTimezonePhase.
Since 1.0
gint
i_cal_timezone_phase_is_stdandard (ICalTimezonePhase *phase
);
Get the is_stdandard of ICalTimezonePhase.
Since 1.0
void i_cal_timezone_phase_set_is_stdandard (ICalTimezonePhase *phase
,gint is_stdandard
);
Set the is_stdandard of ICalTimezonePhase.
Since 1.0
ICalTimetype *
i_cal_timezone_phase_get_dtstart (ICalTimezonePhase *phase
);
Get the dtstart from ICalTimezonePhase.
Since 1.0
void i_cal_timezone_phase_set_dtstart (ICalTimezonePhase *phase
,ICalTimetype *dtstart
);
Set the dtstart from ICalTimezonePhase.
Since 1.0
gint
i_cal_timezone_phase_get_offsetto (ICalTimezonePhase *phase
);
Get the offsetto of ICalTimezonePhase. Returns -61 if there is an error.
Since 1.0
void i_cal_timezone_phase_set_offsetto (ICalTimezonePhase *phase
,gint offsetto
);
Set the offsetto of ICalTimezonePhase.
Since 1.0
gint
i_cal_timezone_phase_get_tzoffsetfrom (ICalTimezonePhase *phase
);
Get the tzoffsetfrom of ICalTimezonePhase. Returns -61 if there is an error.
Since 1.0
void i_cal_timezone_phase_set_tzoffsetfrom (ICalTimezonePhase *phase
,gint tzoffsetfrom
);
Set the tzoffsetfrom of ICalTimezonePhase.
Since 1.0
const gchar *
i_cal_timezone_phase_get_comment (ICalTimezonePhase *phase
);
Get the comment of ICalTimezonePhase.
Since 1.0
ICalDatetimeperiodType *
i_cal_timezone_phase_get_rdate (ICalTimezonePhase *phase
);
Get the rdate from ICalTimezonePhase.
Since 1.0
void i_cal_timezone_phase_set_rdate (ICalTimezonePhase *phase
,ICalDatetimeperiodType *rdate
);
Set the rdate from ICalTimezonePhase.
Since 1.0
const gchar *
i_cal_timezone_phase_get_rrule (ICalTimezonePhase *phase
);
Get the rrule of ICalTimezonePhase.
Since 1.0