TimeZone.StandardName 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.
Obtient le nom du fuseau horaire standard.
public:
abstract property System::String ^ StandardName { System::String ^ get(); };
public abstract string StandardName { get; }
member this.StandardName : string
Public MustOverride ReadOnly Property StandardName As String
Valeur de propriété
Nom du fuseau horaire standard.
Exceptions
Une tentative a été effectuée pour définir cette propriété sur null.
Remarques
La StandardName propriété correspond à la TimeZoneInfo.StandardName propriété. Dans la mesure du possible, utilisez la TimeZoneInfo.StandardName propriété.