| libical-glib Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
#define I_CAL_TIMEZONE_PHASE_TYPE ICalTimezonePhase; struct ICalTimezonePhaseClass; constgchar * i_cal_timezone_phase_get_tzname (ICalTimezonePhase *phase);gint i_cal_timezone_phase_is_stdandard (ICalTimezonePhase *phase);void i_cal_timezone_phase_set_is_stdandard (ICalTimezonePhase *phase,); ICalTimetype * i_cal_timezone_phase_get_dtstart (gint is_stdandardICalTimezonePhase *phase);void i_cal_timezone_phase_set_dtstart (ICalTimezonePhase *phase,ICalTimetype *dtstart);gint i_cal_timezone_phase_get_offsetto (ICalTimezonePhase *phase);void i_cal_timezone_phase_set_offsetto (ICalTimezonePhase *phase,);gint offsettogint i_cal_timezone_phase_get_tzoffsetfrom (ICalTimezonePhase *phase);void i_cal_timezone_phase_set_tzoffsetfrom (ICalTimezonePhase *phase,); constgint tzoffsetfromgchar * i_cal_timezone_phase_get_comment (ICalTimezonePhase *phase); ICalDatetimeperiodType * i_cal_timezone_phase_get_rdate (ICalTimezonePhase *phase);void i_cal_timezone_phase_set_rdate (ICalTimezonePhase *phase,ICalDatetimeperiodType *rdate); constgchar * i_cal_timezone_phase_get_rrule (ICalTimezonePhase *phase);
struct ICalTimezonePhaseClass {
};
This is the ICalTimezonePhase class.
constgchar * i_cal_timezone_phase_get_tzname (ICalTimezonePhase *phase);
Get the tzname of ICalTimezonePhase.
|
The ICalTimezonePhase. |
Returns : |
The tzname of phase. [transfer none]
|
Since 1.0
gint i_cal_timezone_phase_is_stdandard (ICalTimezonePhase *phase);
Get the is_stdandard of ICalTimezonePhase.
|
The ICalTimezonePhase. |
Returns : |
The is_stdandard of phase. |
Since 1.0
void i_cal_timezone_phase_set_is_stdandard (ICalTimezonePhase *phase,);gint is_stdandard
Set the is_stdandard of ICalTimezonePhase.
|
The ICalTimezonePhase. |
|
The is_stdandard. |
Since 1.0
ICalTimetype * i_cal_timezone_phase_get_dtstart (ICalTimezonePhase *phase);
Get the dtstart from ICalTimezonePhase.
|
The ICalTimezonePhase. |
Returns : |
The dtstart of ICalTimezonePhase. [transfer full] |
Since 1.0
void i_cal_timezone_phase_set_dtstart (ICalTimezonePhase *phase,ICalTimetype *dtstart);
Set the dtstart from ICalTimezonePhase.
|
The ICalTimezonePhase. |
|
The dtstart of 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.
|
The ICalTimezonePhase. |
Returns : |
The offsetto of phase. |
Since 1.0
void i_cal_timezone_phase_set_offsetto (ICalTimezonePhase *phase,);gint offsetto
Set the offsetto of ICalTimezonePhase.
|
The ICalTimezonePhase. |
|
The offsetto. |
Since 1.0
gint i_cal_timezone_phase_get_tzoffsetfrom (ICalTimezonePhase *phase);
Get the tzoffsetfrom of ICalTimezonePhase. Returns -61 if there is an error.
|
The ICalTimezonePhase. |
Returns : |
The tzoffsetfrom of phase. |
Since 1.0
void i_cal_timezone_phase_set_tzoffsetfrom (ICalTimezonePhase *phase,);gint tzoffsetfrom
Set the tzoffsetfrom of ICalTimezonePhase.
|
The ICalTimezonePhase. |
|
The tzoffsetfrom. |
Since 1.0
constgchar * i_cal_timezone_phase_get_comment (ICalTimezonePhase *phase);
Get the comment of ICalTimezonePhase.
|
The ICalTimezonePhase. |
Returns : |
The comment of phase. [transfer none]
|
Since 1.0
ICalDatetimeperiodType * i_cal_timezone_phase_get_rdate (ICalTimezonePhase *phase);
Get the rdate from ICalTimezonePhase.
|
The ICalTimezonePhase. |
Returns : |
The rdate of ICalTimezonePhase. [transfer full] |
Since 1.0
void i_cal_timezone_phase_set_rdate (ICalTimezonePhase *phase,ICalDatetimeperiodType *rdate);
Set the rdate from ICalTimezonePhase.
|
The ICalTimezonePhase. |
|
The rdate of ICalTimezonePhase. |
Since 1.0
constgchar * i_cal_timezone_phase_get_rrule (ICalTimezonePhase *phase);
Get the rrule of ICalTimezonePhase.
|
The ICalTimezonePhase. |
Returns : |
The rrule of phase. [transfer none]
|
Since 1.0