isDaylightSavingTime
A Boolean value that indicates whether the receiver is currently using daylight saving time.
Declaration
var isDaylightSavingTime: Bool { get }Discussion
If true, the receiver is currently using daylight saving time, otherwise false. This property invokes isDaylightSavingTime(for:) with the current date as the argument.