<!--
{
  "availability" : [
    "iOS: 2.0.0 -",
    "iPadOS: 2.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.0.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/NSDate/laterDate(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "c:objc(cs)NSDate(im)laterDate:"
  },
  "title" : "laterDate(_:)"
}
-->

# laterDate(_:)

Returns the later of the receiver and another given date.

```
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(_:)`](/documentation/Foundation/NSDate/timeIntervalSince(_:)). If the receiver and `anotherDate` represent the same date, returns the receiver.

## See Also

  <doc://com.apple.documentation/documentation/ObjectiveC/NSObjectProtocol/isEqual(_:)>



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)