IsDaylightSavingTime()

TimeZone::IsDaylightSavingTime(DateTime) method

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

virtual bool System::TimeZone::IsDaylightSavingTime(DateTime time)=0

Return Value

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

See Also