WinCE下,C#更改wince操做系统的时间

最近有一个WINCE下的小项目,有要设置系统时间的功能code 代码以下:rem using System.Runtime.InteropServices; [DllImport("coredll.dll")] private static extern bool SetLocalTime(ref SYSTEMTIME lpSystemTime); [StructLayout
相关文章
相关标签/搜索