laterDate(_:)
Returns the later of the receiver and another given date.
Declaration
func laterDate(_ anotherDate: Date) -> DateParameters
- 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.