Bridge

DateTime..::..IsDaylightSavingTime Method

Indicates whether this instance of DateTime is within the daylight saving time range for the current time zone.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
public bool IsDaylightSavingTime()
<TemplateAttribute> _
Public Function IsDaylightSavingTime As Boolean
[TemplateAttribute]
public:
bool^ IsDaylightSavingTime()

Return Value

true if the value of the Kind property is Local or Unspecified and the value of this instance of DateTime is within the daylight saving time range for the local time zone; false if Kind is Utc.