---
title: scheduledPickupTime
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inridestatus/scheduledpickuptime
---

# scheduledPickupTime

The scheduled pickup time for the user.

## Declaration

```swift
@NSCopying var scheduledPickupTime: INDateComponentsRange? { get set }
```

## Discussion

Discussion Use this property to specify the scheduled pickup time for the user. Use this property instead of the estimatedPickupDate and estimatedPickupEndDate properties when you can guarantee the pickup time.

## See Also

### Accessing the Pickup and Drop Off Times

- [estimatedPickupDate](intents/inridestatus/estimatedpickupdate.md)
- [estimatedPickupEndDate](intents/inridestatus/estimatedpickupenddate.md)
- [estimatedDropOffDate](intents/inridestatus/estimateddropoffdate.md)
