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

# earliestBookingDateForResults

The earliest date for which to return results.

## Declaration

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

## Discussion

Discussion When building the list of reservation time slots, do not include time slots that occur before the date specified by this property.

## See Also

### Getting the Time Slot Constraints

- [latestBookingDateForResults](intents/ingetavailablerestaurantreservationbookingsintent/latestbookingdateforresults.md)
- [maximumNumberOfResults](intents/ingetavailablerestaurantreservationbookingsintent/maximumnumberofresults.md)
