这里是设置成 北京时区,如果需要设置成其他时区,需要读取注册表“"Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\" + timeZoneKeyName”下的信息。
对于xp、windows server 2003调用的是SetTimeZoneInformation win32 api
对于其他高版本需要调用SetDynamicTimeZoneInformation。
2021-07-24 19:16:01
45KB
c#
设置时区
1