A human struct to store a date with a time. More...
#include <libheraia.h>
Data Fields | |
guint32 | year |
guint32 | month |
guint32 | day |
guint32 | hour |
guint32 | minutes |
guint32 | seconds |
A human struct to store a date with a time.
Definition at line 104 of file libheraia.h.
guint32 date_and_time_t::day |
Definition at line 108 of file libheraia.h.
Referenced by calc_which_month_day(), date_printf(), decode_dos_date(), and which_month_day().
guint32 date_and_time_t::hour |
Definition at line 110 of file libheraia.h.
Referenced by date_printf(), decode_dos_date(), and make_date_and_time().
guint32 date_and_time_t::minutes |
Definition at line 111 of file libheraia.h.
Referenced by date_printf(), decode_dos_date(), and make_date_and_time().
guint32 date_and_time_t::month |
Definition at line 107 of file libheraia.h.
Referenced by calc_which_month_day(), date_printf(), decode_dos_date(), and which_month_day().
guint32 date_and_time_t::seconds |
Definition at line 112 of file libheraia.h.
Referenced by date_printf(), decode_dos_date(), and make_date_and_time().
guint32 date_and_time_t::year |
Definition at line 106 of file libheraia.h.
Referenced by date_printf(), decode_dos_date(), and which_year_month_day().