TimeZone Data Type

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

Example

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