getDaylightBias

getDaylightBias(year: Integer): Integer; 

The getDaylightBias method of the JadeTimeZone class returns the 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 the year specified in the year parameter. For example, if daylight saving time is an hour ahead of standard time in a time zone in the specified year, invoking the getDaylightBias method with the specified year returns -60.

If the time zone does not observe daylight saving in the specified year, the getDaylightBias method returns zero (0).

2020.0.01 and higher