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

type::time_t

Alias name for time32_t

Last updated

Was this helpful?