---
title: estimatedDropOffDate
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inridestatus/estimateddropoffdate
---

# estimatedDropOffDate

The estimated drop-off time for the ride.

## Declaration

```swift
var estimatedDropOffDate: Date? { get set }
```

## Discussion

Discussion Use this property to provide an estimated time of arrival at the user’s destination. The default value of this property is nil.

## See Also

### Accessing the Pickup and Drop Off Times

- [scheduledPickupTime](intents/inridestatus/scheduledpickuptime.md)
- [estimatedPickupDate](intents/inridestatus/estimatedpickupdate.md)
- [estimatedPickupEndDate](intents/inridestatus/estimatedpickupenddate.md)
