libxlsxwriter
|
Struct to represent a date and time in Excel. More...
Struct to represent a date and time in Excel. See Working with Dates and Times.
Data Fields | |
int | year |
int | month |
int | day |
int | hour |
int | min |
double | sec |
int lxw_datetime::year |
Year : 1900 - 9999
int lxw_datetime::month |
Month : 1 - 12
int lxw_datetime::day |
Day : 1 - 31
int lxw_datetime::hour |
Hour : 0 - 23
int lxw_datetime::min |
Minute : 0 - 59
double lxw_datetime::sec |
Seconds : 0 - 59.999