Indy 9
|
function SetLocalTime(Value: TDateTime): boolean;
SetLocalTime is used by Indy time synchronization components like TIdSNTP and TIdTime.
SetLocalTime encapsulates the platform-specific procedures and functions used to update the time on the local computer system. For the Windows platform, the procedure used is Windows.SetLocalTime. On the Linux platform, SetLocalTime performs no operation and always returns False.