Calendar.IsDaylightSavingTime Property

Definition

Gets a Boolean indicating if Daylight Saving Time is in effect for the date of this Calendar object.

public:
 property bool IsDaylightSavingTime { bool get(); };
bool IsDaylightSavingTime();
public bool IsDaylightSavingTime { get; }
var boolean = calendar.isDaylightSavingTime;
Public ReadOnly Property IsDaylightSavingTime As Boolean

Property Value

Boolean

bool

True if Daylight Saving Time is in effect for the date; otherwise, False.

Applies to

See also