Contents

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()) -> Bool

Parameters

  • date:

    The date to use for the calculation. The default value is the current date.

See Also

Working with Daylight Savings