本文整理自网络,侵删。
delphi 网络时间校对
客户端登录的时候,自动同中间件校对时间。
procedure TdmCommonFun.setLocalDateTime(Value: TDateTime);
var
lSystemDateTime: TSystemTime;
begin
DateTimeToSystemTime(Value, lSystemDateTime);
SetLocalTime(lSystemDateTime);
end;
相关阅读 >>
Delphi enumwindows 获取窗体句柄 进程id 窗体信息
更多相关阅读请进入《Delphi》频道 >>