The Win32_TimeZone class represents the time zone information for a Win32 system. This includes changes needed for the transition to and from daylight savings time.
'The Bias property specifies the current bias for local time translation. The bias is the difference between Coordinated Universal Time (UTC) and local time. All translations between UTC and local time are based on the following formula: UTC = local time + bias. This member is required.'
'The DaylightBias property specifies a bias value to be used during local time translations that occur during daylight time. This member is ignored if a value for the DaylightDay member is not supplied. The value of this member is added to the Bias member to form the bias used during daylight time. In most time zones, the value of this member is -60.'
'The DaylightDay property specifies the DaylightDayOfWeek ofthe DaylightMonth when the transition from standard time to daylight savingstime occurs on this operating system.
Example: 15 If the transition day DaylightDayOfWeek occurs on a Sunday, then the value 1 denotes the first Sunday of the DaylightMonth, 2 denotesthe second Sunday, and so forth, and 5 denotes the last Sunday of theDaylightMonth. '
'The DaylightDayOfWeek property specifies the day of the week when the transition from standard time to daylight savings time occurs on this operating system. Example: 1'
'The DaylightHour property specifies the hour of the day when the transition from standard time to daylight savings time occurs on this operating system. Example: 2'
'The DaylightMillisecond property specifies the millisecond of the DaylightSecond when the transition from standard time to daylight savings time occurs on this operating system.'
'The DaylightMinute property specifies the minute of the DaylightHour when the transition from standard time to daylight savings time occurs on this operating system. Example: 59'
'The DaylightMonth property specifies the month when the transition from standard time to daylight savings time occurs on this operating system. Example: 1 = January'
'The DaylightName property indicates the name of the time zone being represented when daylight savings time is in effect. Example: EDT = Eastern Daylight Time. '
'The DaylightSecond property specifies the second of of the DaylightMinute when the transition from standard time to daylight savings time occurs on this operating system. Example: 59'
'The StandardBias property specifies a bias value to be used when daylight savings time is not in effect. This member is ignored if a value for the StandardDay member is not supplied. The value of this member is added to the Bias member to form the bias during standard time. Example: 0'
'The StandardDay property specifies the StandardDayOfWeekof the StandardMonth when the transition from daylight saving time to standardtime occurs on this operating system.
Example: 31 If the transition day StandardDayOfWeek occurs on a Sunday, then thevalue 1 denotes the first Sunday of the StandardMonth, 2 denotes the secondSunday, and so forth, and 5 denotes the last Sunday of the StandardMonth.'
'The StandardDayOfWeek property specifies the day of the week when the transition from daylight savings time to standard time occurs on this operating system. Example: 1'
'The StandardHour property specifies the hour of the day when the transition from daylight savings time to standard time occurs on this operating system. Example: 11'
'The StandardMillisecond property specifies the millisecond of the StandardSecond when the transition from daylight savings time to standard time occurs on this operating system.'
'The StandardMinute property specifies the minute of the StandardDay when the transition from daylight savings time to standard time occurs on this operating system. Example: 59'
'The StandardMonth property specifies the month when the transition from daylight savings time to standard time occurs on this operating system. Example: 12'
'The StandardName property indicates the name of the time zone being represented when standard time is in effect. Example: EST = Eastern Standard Time. '
'The StandardSecond property specifies the second of the StandardMinute when the transition from daylight savings time to standard time occurs on this operating system. Example: 59'
'The Win32_TimeZone class represents the time zone information for a Win32 system. This includes changes needed for the transition to and from daylight savings time.'