timeRange resource type

Namespace: microsoft.graph

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.

JSON representation

The following JSON representation shows the resource type.

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