kpcalendartime
kpcalendartime —
|
|
Synopsis
KPCalendarTime* kp_calendar_time_new (void);
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);
gchar* kp_calendar_time_to_time_string (KPCalendarTime *ct);
gboolean kp_calendar_time_to_kpdate (KPCalendarTime *ct,
KPDate *date);
void kp_calendar_time_to_xml (KPCalendarTime *ct,
xmlNodePtr parent);
Details
kp_calendar_time_new ()
KPCalendarTime* kp_calendar_time_new (void);
kp_calendar_time_new_dmyhms ()
KPCalendarTime* kp_calendar_time_new_dmyhms (guint d,
guint m,
guint y,
gint h,
gint min,
gint s);
d : |
|
m : |
|
y : |
|
h : |
|
min : |
|
s : |
|
Returns : |
|
kp_calendar_time_set_dmy ()
gboolean kp_calendar_time_set_dmy (KPCalendarTime *ct,
guint d,
guint m,
guint y);
ct : |
|
d : |
|
m : |
|
y : |
|
Returns : |
|
kp_calendar_time_set_hmst ()
gboolean kp_calendar_time_set_hmst (KPCalendarTime *ct,
guint h,
guint m,
guint s,
guint t);
ct : |
|
h : |
|
m : |
|
s : |
|
t : |
|
Returns : |
|
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);
ct : |
|
datetime : |
|
Returns : |
|
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);
kp_calendar_time_to_time_string ()
gchar* kp_calendar_time_to_time_string (KPCalendarTime *ct);
kp_calendar_time_to_kpdate ()
gboolean kp_calendar_time_to_kpdate (KPCalendarTime *ct,
KPDate *date);
kp_calendar_time_to_xml ()
void kp_calendar_time_to_xml (KPCalendarTime *ct,
xmlNodePtr parent);