Type de ressource timeZoneInformation

Espace de noms: microsoft.graph

Représente un fuseau horaire. Les formats de fuseau horaire pris en charge sont Windows et IANA (Internet Assigned Numbers Authority), également appelé fuseau horaire Olson, lorsque le problème connu actuel est résolu.

Propriétés

Propriété Type Description
alias string Identificateur du fuseau horaire.
displayName string Chaîne d’affichage représentant le fuseau horaire.

Représentation JSON

La représentation JSON suivante montre le type de ressource.

{
  "alias": "string",
  "displayName": "string"
}