lxw_datetime

@brief Struct to represent a date and time in Excel.

Struct to represent a date and time in Excel. See @ref working_with_dates.

Members

Variables

day
int day;

Day : 1 - 31

hour
int hour;

Hour : 0 - 23

min
int min;

Minute : 0 - 59

month
int month;

Month : 1 - 12

sec
double sec;

Seconds : 0 - 59.999

year
int year;

Year : 1900 - 9999

Meta