Specifies information specific to the time zone
Global Const $tagTIME_ZONE_INFORMATION = "struct; long Bias;wchar StdName[32];word StdDate[8];long StdBias;wchar DayName[32];word DayDate[8];long DayBias; endstruct"
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 |