Skip to content

Latest commit

 

History

History
59 lines (44 loc) · 1.14 KB

File metadata and controls

59 lines (44 loc) · 1.14 KB
title timeRange resource type
description A time range resource with a start and end time.
ms.localizationpriority medium
author akumar39
ms.subservice teams
doc_type resourcePageType
ms.date 07/25/2024

timeRange resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

A time range resource with a start and end time.

Properties

Property Type Description
endTime TimeOfDay End time for the time range.
startTime TimeOfDay Start time for the time range.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "endTime": "String (timestamp)",
  "startTime": "String (timestamp)"
}