delphi 网络时间校对


本文整理自网络,侵删。

 delphi 网络时间校对

客户端登录的时候,自动同中间件校对时间。

 

procedure TdmCommonFun.setLocalDateTime(Value: TDateTime);
var
  lSystemDateTime: TSystemTime;
begin
  DateTimeToSystemTime(Value, lSystemDateTime);
  SetLocalTime(lSystemDateTime);
end;

相关阅读 >>

Delphi listboxadditems() 不重复添加edit1

程序人生 : 30岁,我的程序员梦想

Delphi 公历到农历的转换法

Delphi 监视剪贴板内容

Delphi读写ini文件加锁(独占)

Delphi 释放res资源文件

Delphi 通过按键 esc 关闭程序

Delphi时间格式错误

Delphi替换字符串中的单引号

Delphi获取内存信息

更多相关阅读请进入《Delphi》频道 >>



打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,您说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

评论

管理员已关闭评论功能...