8/28/2008 This function retrieves the current system date and time. The system time is expressed in UTC.
void GetSystemTime(
LPSYSTEMTIME lpSystemTime
);
- lpSystemTime
-
[out] Pointer to a SYSTEMTIME structure to receive the current system date and time.
None.
Millisecond granularity may not be supported by a hardware platform. The caller of this function should not rely on more than second granularity.
| Header | winbase.h |
| Library | coredll.lib |
| Windows Embedded CE | Windows CE 1.0 and later |
| Windows Mobile | Windows Mobile Version 5.0 and later |
Reference
Time Functions
GetLocalTime
SetSystemTime
SetTimeZoneInformation
SYSTEMTIME
Other Resources
Timer Driver Reference