| title | teamworkDateTimeConfiguration resource type |
|---|---|
| description | Represents date and time configuration details for a Microsoft Teams-enabled device. |
| author | adsrivastava2 |
| ms.localizationpriority | medium |
| ms.subservice | teams |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents date and time configuration details for a Microsoft Teams-enabled device.
| Property | Type | Description |
|---|---|---|
| dateFormat | String | The date format for the device. |
| officeHoursEndTime | TimeOfDay | The time of the day when the device is turned off. |
| officeHoursStartTime | TimeOfDay | The time of the day when the device is turned on. |
| timeFormat | String | The time format for the device. |
| timeZone | String | The time zone to which the office hours apply. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.teamworkDateTimeConfiguration",
"dateFormat": "String",
"officeHoursEndTime": "String (time of day)",
"officeHoursStartTime": "String (time of day)",
"timeFormat": "String",
"timeZone": "String"
}