preferredBookingDateComponents
The date and time preferred by the user for the reservation.
Declaration
var preferredBookingDateComponents: DateComponents? { get set }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.