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

# earliestBookingDateForResults

The earliest date to associate with any reservations.

```
var earliestBookingDateForResults: Date? { get set }
```

## Discussion

After retrieving the user’s reservations, remove any reservations occurring before the date specified by this property. If the value of this property is `nil`, do not remove reservations based on their date.

---

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)