---
title: estimatedPickupEndDate
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inridestatus/estimatedpickupenddate
---

# estimatedPickupEndDate

The date after which the driver may stop waiting for the user.

## Declaration

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

## Discussion

Discussion If the user is not at the pickup location when the driver arrives, the driver usually waits for a short period of time to give the user time to arrive. This property species the time at which the driver may opt to cancel the ride altogether if the user does not show up.

## See Also

### Accessing the Pickup and Drop Off Times

- [scheduledPickupTime](intents/inridestatus/scheduledpickuptime.md)
- [estimatedPickupDate](intents/inridestatus/estimatedpickupdate.md)
- [estimatedDropOffDate](intents/inridestatus/estimateddropoffdate.md)
