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 sets the current system time and date. The system time is expressed in UTC.
BOOLSetSystemTime( constSYSTEMTIME* lpSystemTime);
Parameters
- lpSystemTime
[in] Pointer to a SYSTEMTIME structure that contains the current system date and time.
Return Values
Nonzero indicates success.
Zero indicates failure.
To get extended error information, call GetLastError.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Winbase.h.
Link Library: Coredll.lib.
See Also
Time Functions | GetSystemTime | SYSTEMTIME | Timer Driver Reference
Send Feedback on this topic to the authors