---
title: arrivalDate
framework: corelocation
role: symbol
role_heading: Instance Property
path: corelocation/clvisit/arrivaldate
---

# arrivalDate

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

## Declaration

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

## Discussion

Discussion When the visit object does not include arrival information, this property is set to the date returned by the distantPast method of NSDate.

## See Also

### Getting the visit duration

- [departureDate](corelocation/clvisit/departuredate.md)
