TimeZone.DaylightName 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 d’été.
public:
abstract property System::String ^ DaylightName { System::String ^ get(); };
public abstract string DaylightName { get; }
member this.DaylightName : string
Public MustOverride ReadOnly Property DaylightName As String
Valeur de propriété
Nom du fuseau horaire d’été.
Remarques
Si l’heure d’été n’est pas utilisée dans le fuseau horaire, une chaîne vide (« ») est retournée.
La DaylightName propriété correspond à la TimeZoneInfo.DaylightName propriété. Dans la mesure du possible, utilisez la TimeZoneInfo.DaylightName propriété.