Contents

laterDate(_:)

Returns the later of the receiver and another given date.

Declaration

func laterDate(_ anotherDate: Date) -> Date

Parameters

  • anotherDate:

    The date with which to compare the receiver.

Return Value

The later of the receiver and anotherDate, determined using timeIntervalSince(_:). If the receiver and anotherDate represent the same date, returns the receiver.

See Also

Related Documentation

Comparing Dates