timeSlot 资源类型

命名空间:microsoft.graph

表示会议的时间段。

属性

属性 类型 说明
end dateTimeTimeZone 期间结束的日期、时间和时区。
start dateTimeTimeZone 时间段开始的日期、时间和时区。

JSON 表示形式

以下 JSON 表示形式显示了资源类型。

{
  "end": {"@odata.type": "microsoft.graph.dateTimeTimeZone"},
  "start": {"@odata.type": "microsoft.graph.dateTimeTimeZone"}
}