#include <libheraia.h>
Definition at line 92 of file libheraia.h.
Data Fields | |
guint32 | year |
guint32 | month |
guint32 | day |
guint32 | hour |
guint32 | minutes |
guint32 | seconds |
guint32 date_and_time_t::year |
Definition at line 94 of file libheraia.h.
Referenced by date_printf(), decode_dos_date(), and which_year_month_day().
guint32 date_and_time_t::month |
Definition at line 95 of file libheraia.h.
Referenced by calc_which_month_day(), date_printf(), decode_dos_date(), and which_month_day().
guint32 date_and_time_t::day |
Definition at line 96 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 98 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 99 of file libheraia.h.
Referenced by date_printf(), decode_dos_date(), and make_date_and_time().
guint32 date_and_time_t::seconds |
Definition at line 100 of file libheraia.h.
Referenced by date_printf(), decode_dos_date(), and make_date_and_time().