TimeZone Data Type

Abstract Type
Implemented Interfaces
Serializable
Properties
name data type description
rawOffset number
displayName string
availableIDs array of string
ID string
default TimeZone
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,
  "displayName" : "...",
  "availableIDs" : [ "...", "..." ],
  "ID" : "...",
  "default" : {
    "rawOffset" : 12345,
    "displayName" : "...",
    "availableIDs" : [ "...", "..." ],
    "ID" : "...",
    "default" : { },
    "DSTSavings" : 12345
  },
  "DSTSavings" : 12345
}