TimeZone Data Type

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