| title | timeZoneBase resource type |
|---|---|
| description | The basic representation of a time zone. |
| ms.localizationpriority | medium |
| author | SuryaLashmiS |
| ms.subservice | outlook |
| doc_type | resourcePageType |
| ms.date | 04/03/2024 |
Namespace: microsoft.graph
The basic representation of a time zone.
| Property | Type | Description |
|---|---|---|
| name | string | The name of a time zone. It can be a standard time zone name such as "Hawaii-Aleutian Standard Time", or "Customized Time Zone" for a custom time zone. |
The following JSON representation shows the resource type.
{
"name": "string"
}