System::TimeZoneInfo::IsDaylightSavingTimeNoThrow method

TimeZoneInfo::IsDaylightSavingTimeNoThrow method

Checks if specified date and time falls in range of daylight saving time.

bool System::TimeZoneInfo::IsDaylightSavingTimeNoThrow(DateTime date_time) const
ParameterTypeDescription
date_timeDateTimeDate and Time.

ReturnValue

True if date_time is a daylight saving time.

See Also