time
Documentation for time.
Types used to decode various different time formats
Types
type::DOSDate
A DOS Date value
using DOSDate = [[format]];type::DOSTime
A DOS Time value
using DOSTime = [[format]];type::FILETIME
A 64bit FILETIME value
using FILETIME = [[format]];type::time32_t
A 32 bit Unix time value
using time32_t = [[format]];type::time64_t
A 64 bit Unix time value
using time64_t = [[format]];type::time_t
Alias name for time32_t
using time_t = type::time32_t;