timePeriod resource type
Namespace: microsoft.graph
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)"
}