_TimeZone.DaylightDate Property

Definition

Returns a DateTime value that represents the date and time in this time zone when time changes over to daylight time in the current year. Read-only.

public:
 property DateTime DaylightDate { DateTime get(); };
public DateTime DaylightDate { get; }
Public ReadOnly Property DaylightDate As DateTime

Property Value

Remarks

This value is stored as part of the TZI value for the time zone in the Windows registry. The TZI value is mapped to the Windows TIME_ZONE_INFORMATION

Applies to