SetSystemTime
Windows Mobile 6.5
A version of this page is also available for
4/8/2010
This function sets the current system time and date. The system time is expressed in UTC.
BOOL SetSystemTime( const SYSTEMTIME* lpSystemTime );
- lpSystemTime
-
[in] Pointer to a SYSTEMTIME structure that contains the current system date and time.
Nonzero indicates success. Zero indicates failure. To get extended error information, call GetLastError.