timeSlot リソースの種類

名前空間: microsoft.graph

会議のタイム スロットを表します。

プロパティ

プロパティ 説明
end dateTimeTimeZone 期間が終了する日付、時刻、およびタイム ゾーン。
開始 dateTimeTimeZone 期間が開始する日付、時刻、およびタイム ゾーン。

JSON 表記

以下は、リソースの JSON 表記です

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