TimeZone Data Type

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

Example

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