发布网友 发布时间:2022-04-24 07:25
共2个回答
热心网友 时间:2022-06-17 14:31
先贴个帮助的说明给你
Syntax
VOID GetSystemTime(LPSYSTEMTIME lpst)
Limitations
This function depends on the time zone and eturns the current time as Greenwich mean time (GMT). Requires that an earlier call to SetTimeZoneInformation has been made to get the local time zone.
这个函数依赖于时区 并且返回格林尼治的时间(GMT),使用这个函数应当先调用SetTimeZoneInformation 来设定时区。
LPSYSTEMTIME是个结构体
热心网友 时间:2022-06-17 14:32
var