Contents

nextDaylightSavingTimeTransition(after:)

Returns the next daylight saving time transition after a given date.

Declaration

func nextDaylightSavingTimeTransition(after date: Date) -> Date?

Parameters

  • date:

    A date.

Return Value

The next daylight saving time transition after date. Depending on the time zone, this function may return a change of the time zone’s offset from GMT. Returns nil if the time zone of the receiver does not observe daylight savings time as of date.

See Also

Working with Daylight Savings