<< Click to Display Table of Contents >> Navigation: ThinBASIC Core Language > BuiltIn UDT > FileTime |
Description
FileTime structure.
Syntax
Type FileTime
dwLowDateTime As Dword
dwHighDateTime As Dword
End Type
Remarks
Contains a 64-bit value representing the number of 100-nanosecond intervals since January 1, 1601 (UTC).
See also
https://docs.microsoft.com/en-us/windows/win32/api/minwinbase/ns-minwinbase-filetime
Examples
Dim MyFileTime as FileTime