typedef struct { short year; short month; short day; short hour; short min; short sec; short weekday; short msec; } GB_DATE_SERIAL;
This structure depicts a date from its explicit components.
/wiki/api/cat/date