IsDaylightSavingTime()

DateTime::IsDaylightSavingTime() const method

Determines if the date and time value represented by the current object falls in the range of daylight saving time for the current time zone.

bool System::DateTime::IsDaylightSavingTime() const

Return Value

True if the date and time value specified by the current object falls in the range of daylight saving time, otherwise - false

See Also