Time Structures
The following table shows the time structures with a description of the purpose of each.
Programming element | Description |
---|---|
FILETIME | This structure is a 64-bit value representing the number of 100-nanosecond intervals since January 1, 1601. |
SYSTEMTIME | This structure represents a date and time using individual members for the month, day, year, weekday, hour, minute, second, and millisecond. |
TIME_ZONE_INFORMATION | This structure specifies information specific to the time zone. |
See Also
Send Feedback on this topic to the authors