Skip to content

Latest commit

 

History

History
47 lines (39 loc) · 1.36 KB

teamworkdatetimeconfiguration.md

File metadata and controls

47 lines (39 loc) · 1.36 KB
title description author ms.localizationpriority ms.subservice doc_type
teamworkDateTimeConfiguration resource type
Represents date and time configuration details for a Microsoft Teams-enabled device.
adsrivastava2
medium
teams
resourcePageType

teamworkDateTimeConfiguration resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents date and time configuration details for a Microsoft Teams-enabled device.

Properties

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.

Relationships

None.

JSON representation

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