編集

次の方法で共有


TimeZone.DaylightName Property

Definition

Gets the daylight saving time zone name.

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

Property Value

The daylight saving time zone name.

Remarks

If daylight saving time is not used in the time zone, an empty string ("") is returned.

The DaylightName property corresponds to the TimeZoneInfo.DaylightName property. Whenever possible, use the TimeZoneInfo.DaylightName property.

Applies to

See also