timePeriod resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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)"
}