[][src]Module winstructs::timestamp

Provides utilities for reading various NT timestamp formats.

Structs

DosDate

MS-DOS date and MS-DOS time are packed 16-bit values that specify the month, day, year, and time of day an MS-DOS file was last written to.

DosDateTime
DosTime

MS-DOS date and MS-DOS time are packed 16-bit values that specify the month, day, year, and time of day an MS-DOS file was last written to.

WinTimestamp

https://docs.microsoft.com/en-us/windows/desktop/api/minwinbase/ns-minwinbase-filetime Contains a 64-bit value representing the number of 100-nanosecond intervals since January 1, 1601 (UTC).