teamworkDateTimeConfiguration 资源类型

命名空间:microsoft.graph

重要

Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。

表示已启用 Microsoft Teams 的设备的日期和时间配置详细信息。

属性

属性 类型 说明
dateFormat String 设备的日期格式。
officeHoursEndTime TimeOfDay 设备关闭的时间。
officeHoursStartTime TimeOfDay 设备打开的一天中的时间。
timeFormat String 设备的时间格式。
timeZone String 适用办公时间的时区。

关系

无。

JSON 表示形式

下面是资源的 JSON 表示形式。

{
  "@odata.type": "#microsoft.graph.teamworkDateTimeConfiguration",
  "dateFormat": "String",
  "officeHoursEndTime": "String (time of day)",
  "officeHoursStartTime": "String (time of day)",
  "timeFormat": "String",
  "timeZone": "String"
}