Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 1.03 KB

File metadata and controls

52 lines (38 loc) · 1.03 KB
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

timeZoneBase resource type

Namespace: microsoft.graph

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.

JSON representation

The following JSON representation shows the resource type.

{
  "name": "string"
}