---
title: departureDate
framework: corelocation
role: symbol
role_heading: Instance Property
path: corelocation/clvisit/departuredate
---

# departureDate

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

## Declaration

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

## Discussion

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

## See Also

### Getting the visit duration

- [arrivalDate](corelocation/clvisit/arrivaldate.md)
