This class should contain the booked Availability as well as the specific Date that it was booked for (this will only be used to hold the year, month, and day of the booking; the availability holds the start and end times in hours and minutes on that day).
This class should contain the booked
Availability
as well as the specificDate
that it was booked for (this will only be used to hold the year, month, and day of the booking; the availability holds the start and end times in hours and minutes on that day).