<!--
{
  "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/arrivalDate",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Core Location"
    ],
    "preciseIdentifier" : "c:objc(cs)CLVisit(py)arrivalDate"
  },
  "title" : "arrivalDate"
}
-->

# arrivalDate

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

```
var arrivalDate: Date { get }
```

## Discussion

When the visit object does not include arrival information, this property is set to the date returned by the <doc://com.apple.documentation/documentation/Foundation/NSDate/distantPast> 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)