Comment on page
time
Types used to decode various different time formats
A DOS Date value
using DOSDate = u16 [[format]];
A DOS Time value
using DOSTime = u16 [[format]];
A 64bit FILETIME value
using FILETIME = u64 [[format]];
A 32 bit Unix time value
using time32_t = u32 [[format]];
A 64 bit Unix time value
using time64_t = u64 [[format]];
Alias name for
time32_t
using time_t = type::time32_t;
Last modified 1mo ago