Click to See Complete Forum and Search --> : Setting the clock


ZComplx
July 16th, 2002, 09:30 AM
Hi,
I'm using EVC, I understand how to get the time but how would I set the time of the system?

undiwahn
July 16th, 2002, 11:15 AM
BOOL SetSystemTime(
const SYSTEMTIME *lpSystemTime );

Look it up on MSDN! =]