#include <libnjb.h>
Data Fields | |
int16_t | year |
int16_t | month |
int16_t | day |
int16_t | weekday |
int16_t | hours |
int16_t | minutes |
int16_t | seconds |
dumptime.c, and settime.c.
int16_t njb_time_struct::day |
Day (0-31)
int16_t njb_time_struct::hours |
Hours (24-hour notation)
int16_t njb_time_struct::minutes |
Minutes
int16_t njb_time_struct::month |
Month (0-11)
int16_t njb_time_struct::seconds |
Seconds
int16_t njb_time_struct::weekday |
Day of the week 0=sunday, 6=saturday
int16_t njb_time_struct::year |
Year (4 digits)