typedef struct { Uint16 year; Uint8 month; Uint8 day; Uint8 hour; Uint8 minute; Uint8 second; Uint8 dayofweek; } BUS_TIME;
year | year (1998 or later) |
month | month (1 to 12) |
day | date (1 to 31) |
hour | hour (0 to 23) |
minute | minute (0 to 59) |
second | second (0 to 59) |
dayofweek | day of the week (Sunday=0 to Saturday=6) |