Top | ![]() |
![]() |
![]() |
![]() |
ICalTimetype * | i_cal_timetype_new_full () |
struct icaltimetype | i_cal_timetype_new_default () |
ICalTimetype * | i_cal_timetype_new () |
gint | i_cal_timetype_get_year () |
void | i_cal_timetype_set_year () |
gint | i_cal_timetype_get_month () |
void | i_cal_timetype_set_month () |
gint | i_cal_timetype_get_day () |
void | i_cal_timetype_set_day () |
gint | i_cal_timetype_get_hour () |
void | i_cal_timetype_set_hour () |
gint | i_cal_timetype_get_minute () |
void | i_cal_timetype_set_minute () |
gint | i_cal_timetype_get_second () |
void | i_cal_timetype_set_second () |
gint | i_cal_timetype_is_utc () |
void | i_cal_timetype_set_is_utc () |
gint | i_cal_timetype_is_date () |
void | i_cal_timetype_set_is_date () |
gint | i_cal_timetype_is_daylight () |
void | i_cal_timetype_set_is_daylight () |
const ICalTimezone * | i_cal_timetype_get_zone () |
ICalTimetype *
i_cal_timetype_new_full (struct icaltimetype native
);
Create a new libical-glib object from the native libical object and the owner.
Since 1.0
struct icaltimetype
i_cal_timetype_new_default (void
);
Create a new ICalTimetype.
Since 1.0
ICalTimetype *
i_cal_timetype_new (void
);
Create a new ICalTimetype.
The newly created ICalTimetype. It is the epoch time (19700-1-1 00:00:00 utc).
[transfer full]
Since 1.0
gint
i_cal_timetype_get_year (ICalTimetype *timetype
);
Get the year of ICalTimetype.
Since 1.0
void i_cal_timetype_set_year (ICalTimetype *timetype
,gint year
);
Set the year of ICalTimetype.
Since 1.0
gint
i_cal_timetype_get_month (ICalTimetype *timetype
);
Get the month of ICalTimetype.
Since 1.0
void i_cal_timetype_set_month (ICalTimetype *timetype
,gint month
);
Set the month of ICalTimetype.
Since 1.0
gint
i_cal_timetype_get_day (ICalTimetype *timetype
);
Get the day of ICalTimetype.
Since 1.0
void i_cal_timetype_set_day (ICalTimetype *timetype
,gint day
);
Set the day of ICalTimetype.
Since 1.0
gint
i_cal_timetype_get_hour (ICalTimetype *timetype
);
Get the hour of ICalTimetype.
Since 1.0
void i_cal_timetype_set_hour (ICalTimetype *timetype
,gint hour
);
Set the hour of ICalTimetype.
Since 1.0
gint
i_cal_timetype_get_minute (ICalTimetype *timetype
);
Get the minute of ICalTimetype.
Since 1.0
void i_cal_timetype_set_minute (ICalTimetype *timetype
,gint minute
);
Set the minute of ICalTimetype.
Since 1.0
gint
i_cal_timetype_get_second (ICalTimetype *timetype
);
Get the second of ICalTimetype.
Since 1.0
void i_cal_timetype_set_second (ICalTimetype *timetype
,gint second
);
Set the second of ICalTimetype.
Since 1.0
gint
i_cal_timetype_is_utc (ICalTimetype *timetype
);
Get the is_utc of ICalTimetype.
Since 1.0
void i_cal_timetype_set_is_utc (ICalTimetype *timetype
,gint is_utc
);
Set the is_utc of ICalTimetype.
Since 1.0
gint
i_cal_timetype_is_date (ICalTimetype *timetype
);
Get the is_date of ICalTimetype.
Since 1.0
void i_cal_timetype_set_is_date (ICalTimetype *timetype
,gint is_date
);
Set the is_date of ICalTimetype.
Since 1.0
gint
i_cal_timetype_is_daylight (ICalTimetype *timetype
);
Get the is_daylight of ICalTimetype.
Since 1.0
void i_cal_timetype_set_is_daylight (ICalTimetype *timetype
,gint is_daylight
);
Set the is_daylight of ICalTimetype.
Since 1.0
const ICalTimezone *
i_cal_timetype_get_zone (ICalTimetype *timetype
);
Get the is_daylight of ICalTimetype.
Since 1.0