TimeZoneInfo.SupportsDaylightSavingTime PropertyTimeZoneInfo.SupportsDaylightSavingTime PropertyTimeZoneInfo::SupportsDaylightSavingTime Property

Gets a value indicating whether the time zone has any daylight saving time rules.

Syntax

Public ReadOnly Property SupportsDaylightSavingTime As Boolean
        Get
public bool SupportsDaylightSavingTime { get; }
public:
property bool SupportsDaylightSavingTime {
    bool get();
}
 

Property Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if the time zone supports daylight saving time; otherwise, falsfalsfals.