---
title: preferredBookingDateComponents
framework: intents
role: symbol
role_heading: Instance Property
path: intents/ingetavailablerestaurantreservationbookingsintent/preferredbookingdatecomponents
---

# preferredBookingDateComponents

The date and time preferred by the user for the reservation.

## Declaration

```swift
var preferredBookingDateComponents: DateComponents? { get set }
```

## Discussion

Discussion Use the value in this property as a guide for determining the list of time slots for reservations. If no reservations are available at the specified date, you may choose a different date, as long as it falls between the dates specified by the earliestBookingDateForResults and latestBookingDateForResults properties.

## See Also

### Getting the Reservation Details

- [partySize](intents/ingetavailablerestaurantreservationbookingsintent/partysize.md)
