CFTimeZoneIsDaylightSavingTime(_:_:)
Returns whether or not a time zone is in daylight savings time at a specified date.
Declaration
func CFTimeZoneIsDaylightSavingTime(_ tz: CFTimeZone!, _ at: CFAbsoluteTime) -> BoolParameters
- tz:
The time zone to analyze.
- at:
The date in
tzto test for daylight savings.
Return Value
true if tz is in daylight savings time at at, otherwise false.