@brief Struct to represent a date and time in Excel.
Struct to represent a date and time in Excel. See @ref working_with_dates.
Day : 1 - 31
Hour : 0 - 23
Minute : 0 - 59
Month : 1 - 12
Seconds : 0 - 59.999
Year : 1900 - 9999
See Implementation
@brief Struct to represent a date and time in Excel.
Struct to represent a date and time in Excel. See @ref working_with_dates.