---
title: earliestBookingDateForResults
framework: intents
role: symbol
role_heading: Instance Property
path: intents/ingetusercurrentrestaurantreservationbookingsintent/earliestbookingdateforresults
---

# earliestBookingDateForResults

The earliest date to associate with any reservations.

## Declaration

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

## Discussion

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.

## See Also

### Getting the Result Limits

- [maximumNumberOfResults](intents/ingetusercurrentrestaurantreservationbookingsintent/maximumnumberofresults.md)
