winfrom本地时间同步为北京标准时间
项目中的一个小功能,与大家分享下 1、显示本地电脑时间 2、显示北京标准时间(获取的百度时间) 3、同步时间 代码可直接运行,开发环境VS2012,net4.0,其实主要是代码块就可以 调用的函数如下 [DllImport("Kernel32.dll")] public static extern bool SetSystemTime(ref SYSTEMTIME time); [DllImport("Kernel32.dll")] public static extern bool SetLocalTime(ref SYSTEMTIME t
文件列表
synctimeCS.rar
(预估有个25文件)
synctimeCS
synctimeCS
bin
Debug
synctimeCS.pdb
22KB
synctimeCS.exe
541KB
synctimeCS.vshost.exe
22KB
synctimeCS.vshost.exe.manifest
490B
Form1.Designer.cs
6KB
synctimeCS.csproj
4KB
暂无评论