_TimeZone.ID Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne une chaîne (chaîne en C#) qui identifie de façon unique le fuseau horaire. En lecture seule.
public:
property System::String ^ ID { System::String ^ get(); };
public string ID { get; }
Public ReadOnly Property ID As String
Valeur de propriété
Remarques
L’ID d’un fuseau horaire est globalement le même pour ce fuseau horaire. Il s'agit du nom de la clé du Registre Windows qui contient les informations relatives au fuseau horaire. Contrairement à la Name propriété , la valeur d’ID n’est pas localisée.