Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 1007 Bytes

File metadata and controls

43 lines (35 loc) · 1007 Bytes
title timePeriod resource type
description Contains the start and end date time for a time period.
author tushar20
ms.reviewer manikantsinghms
ms.localizationpriority medium
ms.subservice m365-backup-storage
doc_type resourcePageType
ms.date 05/30/2024

timePeriod resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Contains the start and end date time for a time period.

Properties

Property Type Description
endDateTime DateTimeOffset The date time of the end of the time period.
startDateTime DateTimeOffset The date time of the start of the time period.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.timePeriod",
  "startDateTime": "String (timestamp)",
  "endDateTime": "String (timestamp)"
}