TimeZone Data Type

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

Example

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