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);

Description

Details

kp_calendar_time_new ()

KPCalendarTime* kp_calendar_time_new        (void);

Returns :

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);

ct :
date :
Returns :

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);

ct :
time :
Returns :

kp_calendar_time_to_str_hmst ()

gchar*      kp_calendar_time_to_str_hmst    (KPCalendarTime *ct);

ct :
Returns :

kp_calendar_time_get_date ()

GDate*      kp_calendar_time_get_date       (KPCalendarTime *ct);

ct :
Returns :

kp_calendar_time_to_time_string ()

gchar*      kp_calendar_time_to_time_string (KPCalendarTime *ct);

ct :
Returns :

kp_calendar_time_to_kpdate ()

gboolean    kp_calendar_time_to_kpdate      (KPCalendarTime *ct,
                                             KPDate *date);

ct :
date :
Returns :

kp_calendar_time_to_xml ()

void        kp_calendar_time_to_xml         (KPCalendarTime *ct,
                                             xmlNodePtr parent);

ct :
parent :