SetLocalTime (Windows CE 5.0)
This function sets the current local time and date.
BOOLSetLocalTime( constSYSTEMTIME* lpSystemTime );
Parameters
lpSystemTime
[in] Pointer to a SYSTEMTIME structure that contains the current local date and time.The wDayOfWeek member of the SYSTEMTIME structure is ignored.
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 | GetLocalTime | GetSystemTime | SYSTEMTIME | Timer Driver Reference
Send Feedback on this topic to the authors