earliestBookingDateForResults
The earliest date to associate with any reservations.
Declaration
var earliestBookingDateForResults: Date? { get set }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.