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 is a JSON representation of the resource.

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