---
title: latestBookingDateForResults
framework: intents
role: symbol
role_heading: Instance Property
path: intents/ingetavailablerestaurantreservationbookingsintent/latestbookingdateforresults
---

# latestBookingDateForResults

The latest date for which to return results.

## Declaration

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

## Discussion

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

## See Also

### Getting the Time Slot Constraints

- [earliestBookingDateForResults](intents/ingetavailablerestaurantreservationbookingsintent/earliestbookingdateforresults.md)
- [maximumNumberOfResults](intents/ingetavailablerestaurantreservationbookingsintent/maximumnumberofresults.md)
