Home > @i2analyze/notebook-sdk > data > ITimeZone > getShortDisplayName
data.ITimeZone.getShortDisplayName() method
Gets the short display name of the time zone, which might be displayed to users.
Signature:
getShortDisplayName(isDst?: boolean): string;
Introduced: version 1.0
Parameters
Parameter | Type | Description |
---|---|---|
isDst | boolean | (Optional) true to indicate that daylight saving time is in operation; false otherwise. |
Returns:
string
The short display name of the time zone.
Remarks
Examples of short display names include 'GMT
' or 'GMT+1
' (for DST).