Skip to content

Latest commit

 

History

History
67 lines (50 loc) · 1.88 KB

File metadata and controls

67 lines (50 loc) · 1.88 KB
title customTimeZone resource type
description Represents a time zone where the transition from standard to daylight saving time, or vice versa is not standard.
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice calendar
author SuryaLashmiS
ms.date 03/21/2024

customTimeZone resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents a time zone where the transition from standard to daylight saving time, or vice versa is not standard.

Properties

Property Type Description
bias Edm.Int32 The time offset of the time zone from Coordinated Universal Time (UTC). This value is in minutes. Time zones that are ahead of UTC have a positive offset; time zones that are behind UTC have a negative offset.
daylightOffset daylightTimeZoneOffset Specifies when the time zone switches from standard time to daylight saving time.
name string The name of the custom time zone.
standardOffset standardTimeZoneOffset Specifies when the time zone switches from daylight saving time to standard time.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "bias": "Int32",
  "daylightOffset": {"@odata.type": "microsoft.graph.daylightTimeZoneOffset"},
  "name": "string",
  "standardOffset": {"@odata.type": "microsoft.graph.standardTimeZoneOffset"}
}