---
title: estimatedPickupDate
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inridestatus/estimatedpickupdate
---

# estimatedPickupDate

The estimated pickup time for the ride.

## Declaration

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

## Discussion

Discussion Specify the estimated date and time that your driver will pick up the user’s party. Siri and Maps display this information to the user. The default value of this property is nil.

## See Also

### Accessing the Pickup and Drop Off Times

- [scheduledPickupTime](intents/inridestatus/scheduledpickuptime.md)
- [estimatedPickupEndDate](intents/inridestatus/estimatedpickupenddate.md)
- [estimatedDropOffDate](intents/inridestatus/estimateddropoffdate.md)
