<!--
{
  "availability" : [
    "iOS: 10.3.0 -",
    "iPadOS: 10.3.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INRideStatus/scheduledPickupTime",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INRideStatus(py)scheduledPickupTime"
  },
  "title" : "scheduledPickupTime"
}
-->

# scheduledPickupTime

The scheduled pickup time for the user.

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

## Discussion

Use this property to specify the scheduled pickup time for the user. Use this property instead of the [`estimatedPickupDate`](/documentation/Intents/INRideStatus/estimatedPickupDate) and [`estimatedPickupEndDate`](/documentation/Intents/INRideStatus/estimatedPickupEndDate) properties when you can guarantee the pickup time.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)