 |  |  | Kipinä internals: reference Manual |  |
---|
kpcalendartime
Synopsis
KPCalendarTime* kp_calendar_time_new ();
KPCalendarTime* kp_calendar_time_new_dmyhms (guint d,
guint m,
guint y,
gint h,
gint min,
gint s);
gboolean kp_calendar_time_set_dmy (KPCalendarTime *ct,
guint d,
guint m,
guint y);
gboolean kp_calendar_time_set_hmst (KPCalendarTime *ct,
guint h,
guint m,
guint s,
guint t);
gboolean kp_calendar_time_set_date (KPCalendarTime *ct,
GDate *date);
gboolean kp_calendar_time_set_datetime (KPCalendarTime *ct,
const gchar *datetime);
gboolean kp_calendar_time_set_hmst_str (KPCalendarTime *ct,
const gchar *time);
gchar* kp_calendar_time_to_str_hmst (KPCalendarTime *ct);
GDate* kp_calendar_time_get_date (KPCalendarTime *ct);
Details
kp_calendar_time_new ()
KPCalendarTime* kp_calendar_time_new ();
kp_calendar_time_new_dmyhms ()
KPCalendarTime* kp_calendar_time_new_dmyhms (guint d,
guint m,
guint y,
gint h,
gint min,
gint s);
kp_calendar_time_set_dmy ()
gboolean kp_calendar_time_set_dmy (KPCalendarTime *ct,
guint d,
guint m,
guint y);
kp_calendar_time_set_hmst ()
gboolean kp_calendar_time_set_hmst (KPCalendarTime *ct,
guint h,
guint m,
guint s,
guint t);
kp_calendar_time_set_date ()
gboolean kp_calendar_time_set_date (KPCalendarTime *ct,
GDate *date);
kp_calendar_time_set_datetime ()
gboolean kp_calendar_time_set_datetime (KPCalendarTime *ct,
const gchar *datetime);
kp_calendar_time_set_hmst_str ()
gboolean kp_calendar_time_set_hmst_str (KPCalendarTime *ct,
const gchar *time);
kp_calendar_time_to_str_hmst ()
gchar* kp_calendar_time_to_str_hmst (KPCalendarTime *ct);
kp_calendar_time_get_date ()
GDate* kp_calendar_time_get_date (KPCalendarTime *ct);