Mega Code Archive

 
Categories / Delphi / API
 

Set the system date and time in delphi

How can I set the System Date and Time in Delphi 2.0 (setdate or settime does not exist)? -------------------------------------------------------------------------------- Use the WinAPI call SetSystemTime. This will allow you to change the system time for the machine you're on. You can find a description of the call in the Win32 help file. Just do a search on SetSystemTime, and you'll get a pretty good discussion of the function.