| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
A time range resource with a start and end time.
| Property | Type | Description |
|---|---|---|
| endTime | TimeOfDay | End time for the time range. |
| startTime | TimeOfDay | Start time for the time range. |
None.
The following JSON representation shows the resource type.
{
"endTime": "String (timestamp)",
"startTime": "String (timestamp)"
}