TimeZone Object
Description
The TimeZone
object represents an available time zone.
Properties
displayName
Name of the time zone.
Type: string
timeZoneId
ID of the time zone.
Type: string
Sample JSON
{
"displayName": "(UTC-5:00) Eastern Standard Time",
"timeZoneId": "Eastern Standard Time"
}
Last updated