TimeZone Data Type

Abstract Type
Implemented Interfaces
Serializable
Properties
name data type description
displayName string
DSTSavings number
default TimeZone
availableIDs array of string
rawOffset number
ID string

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "displayName" : "...",
  "DSTSavings" : 12345,
  "default" : {
    "displayName" : "...",
    "DSTSavings" : 12345,
    "default" : { },
    "availableIDs" : [ "...", "..." ],
    "rawOffset" : 12345,
    "ID" : "..."
  },
  "availableIDs" : [ "...", "..." ],
  "rawOffset" : 12345,
  "ID" : "..."
}