TimeZone Data Type

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

Example

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