# 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

```javascript
{
    "displayName": "(UTC-5:00) Eastern Standard Time",
    "timeZoneId": "Eastern Standard Time"
}
```
