Specifies information specific to the time zone
Global Const $tagTIME_ZONE_INFORMATION = "long Bias;byte StdName[64];ushort StdDate[8];long StdBias;byte DayName[64];ushort DayDate[8];long DayBias"
参数
Bias | The current bias for local time translation on this computer, in minutes |
StdName | A description for standard time |
StdDate | A SYSTEMTIME structure that contains a date and local time when the transition from daylight saving time to standard time occurs on this operating system. |
StdBias | The bias value to be used during local time translations that occur during standard time |
DayName | A description for daylight saving time |
DayDate | A SYSTEMTIME structure that contains a date and local time when the transition from standard time to daylight saving time occurs on this operating system. |
DayBias | The bias value to be used during local time translations that occur during daylight saving time |
注意/说明
None.
相关