currentDaylightBias

Type: Integer

The read-only currentDaylightBias property of the JadeTimeZone class contains the current additional offset between the time zone and the Coordinated Universal Time (UTC) time zone, in minutes, that is applied when daylight saving is active in the time zone; for example, if daylight time is an hour ahead of standard time in a time zone, the value of the currentDaylightBias property for that time zone is -60.

The information stored in this property refers only to the daylight bias at the time of creation of the JadeTimeZone object and does not provide any information about what the daylight bias may have been in the past.

If the time zone does not observe daylight saving, the value of the currentDaylightBias property is zero (0).

2020.0.01 and higher