Type de ressource timeSlot
Espace de noms: microsoft.graph
Représente un créneau horaire pour une réunion.
Propriétés
Propriété | Type | Description |
---|---|---|
end | dateTimeTimeZone | Date, heure et fuseau horaire de fin d’une période. |
start | dateTimeTimeZone | Date, heure et fuseau horaire de début d’une période. |
Relations
Aucun.
Représentation JSON
La représentation JSON suivante montre le type de ressource.
{
"end": {"@odata.type": "microsoft.graph.dateTimeTimeZone"},
"start": {"@odata.type": "microsoft.graph.dateTimeTimeZone"}
}