#include <decode.h>
Definition at line 35 of file decode.h.
Data Fields | |
guint32 | year |
guint32 | month |
guint32 | day |
guint32 | hour |
guint32 | minutes |
guint32 | seconds |
guint32 date_and_time_t::year |
Definition at line 37 of file decode.h.
Referenced by date_printf(), decode_dos_date(), and which_year_month_day().
guint32 date_and_time_t::month |
Definition at line 38 of file decode.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 39 of file decode.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 41 of file decode.h.
Referenced by date_printf(), decode_dos_date(), and make_date_and_time().
guint32 date_and_time_t::minutes |
Definition at line 42 of file decode.h.
Referenced by date_printf(), decode_dos_date(), and make_date_and_time().
guint32 date_and_time_t::seconds |
Definition at line 43 of file decode.h.
Referenced by date_printf(), decode_dos_date(), and make_date_and_time().