getDaylightSavingName

getDaylightSavingName(timestamp: TimeStamp): String;

The getDaylightSavingName method of the JadeTimeZone class returns the name used to refer to the time zone based on whether daylight saving is active in the time zone at the time specified in the timestamp parameter. The returned value is the value of the standardTimeName or daylightTimeName property of the JadeTimeZone object.

If daylight saving is not observed in the time zone at the specified timestamp, the getDaylightSavingName method returns the value of the standardTimeName property.

2020.0.01 and higher