TimeZone Data Type

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

Example

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