Partager via


TimeZone.StandardName Propriété

Définition

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é.

S’applique à

Voir aussi