_TimeZone.DaylightDesignation Property

Definition

Returns a String (string in C#) that identifies the time zone in daylight time. Read-only.

public:
 property System::String ^ DaylightDesignation { System::String ^ get(); };
public string DaylightDesignation { get; }
Public ReadOnly Property DaylightDesignation As String

Property Value

Remarks

This property is stored as the Dlt value for the time zone in the registry.

Applies to