Skip to content

Latest commit

 

History

History
61 lines (44 loc) · 1.14 KB

File metadata and controls

61 lines (44 loc) · 1.14 KB
title timeZoneBase resource type
description The basic representation of a time zone.
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice mail
author SuryaLashmiS
ms.date 03/21/2024

timeZoneBase resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

The basic representation of a time zone.

Properties

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "name": "string"
}