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
Parameter | Type | Description |
---|---|---|
date_time | DateTime | Date and Time. |
ReturnValue
True if date_time is a daylight saving time.
See Also
- Class DateTime
- Class TimeZoneInfo
- Namespace System
- Library Aspose.PDF for C++