isDaylightSavingTime(for:)
Returns a Boolean value that indicates whether the receiver uses daylight saving time at a given date.
Declaration
func isDaylightSavingTime(for date: Date = Date()) -> BoolParameters
- date:
The date to use for the calculation. The default value is the current date.