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

# scheduledPickupTime

The time at which to pick up the user.

## Declaration

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

## Discussion

Discussion Use this property to schedule a vehicle to arrive at the specified time at the user’s location. Your handler for the INGetRideStatusIntent object should also pick the most appropriate ride for the scheduled time.

## See Also

### Getting the Ride Details

- [rideOptionName](intents/inrequestrideintent/rideoptionname.md)
- [partySize](intents/inrequestrideintent/partysize-39k7z.md)
- [pickupLocation](intents/inrequestrideintent/pickuplocation.md)
- [dropOffLocation](intents/inrequestrideintent/dropofflocation.md)
