Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function retrieves the current system date and time. The system time is expressed in UTC.
void GetSystemTime( LPSYSTEMTIME lpSystemTime);
Parameters
- lpSystemTime
[out] Pointer to a SYSTEMTIME structure to receive the current system date and time.
Return Values
None.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Winbase.h.
Link Library: Coredll.lib.
See Also
Time Functions | GetLocalTime | SetSystemTime | SetTimeZoneInformation | SYSTEMTIME | Timer Driver Reference
Send Feedback on this topic to the authors