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 119 of file libheraia.h.
guint32 date_and_time_t::day |
Definition at line 123 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 125 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 126 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 122 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 127 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 121 of file libheraia.h.
Referenced by date_printf(), decode_dos_date(), and which_year_month_day().