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

# estimatedPickupDate

The date and time when a ride of this type could be at the user’s location.

## Declaration

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

## Discussion

Discussion Use this property to specify the time at which you could pick up the user using a ride of this type. Always try to specify a date and time that is as close to the current time as possible. The init(name:estimatedPickupDate:) method sets this property at initialization time.

## See Also

### Specifying the Ride Information

- [name](intents/inrideoption/name.md)
- [disclaimerMessage](intents/inrideoption/disclaimermessage.md)
- [availablePartySizeOptions](intents/inrideoption/availablepartysizeoptions.md)
- [availablePartySizeOptionsSelectionPrompt](intents/inrideoption/availablepartysizeoptionsselectionprompt.md)
