SetSystemTime 
This function sets the current system time and date. The system time is expressed in Coordinated Universal Time (UTC). BOOL SetSystemTime( 
const SYSTEMTIME *lpSystemTime); 
Parameters
lpSystemTime 
[in] Pointer to a SYSTEMTIME structure that contains the current system 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.