<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.15.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreLocation",
  "identifier" : "/documentation/CoreLocation/CLVisit/departureDate",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Core Location"
    ],
    "preciseIdentifier" : "c:objc(cs)CLVisit(py)departureDate"
  },
  "title" : "departureDate"
}
-->

# departureDate

The approximate time at which the user left the specified location.

```
var departureDate: Date { get }
```

## Discussion

When the visit object does not include departure information, this property is set to the date returned by the <doc://com.apple.documentation/documentation/Foundation/NSDate/distantFuture> method of <doc://com.apple.documentation/documentation/Foundation/NSDate>.

---

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)