#include <time.h>
Structure used to represent a date using the Gregorian calendar.
Data Fields | |
int32_t | year |
int8_t | month |
int8_t | day |
int8_t | hour |
int8_t | minute |
double | second |
|
day number 1-31 |
|
hour 0-23 |
|
minute 0-59 |
|
month number 1-12 |
|
second |
|
full year |