AppointmentBookingSlot Class
Represents a booking slot available for a given service appointment.
An instance of this class is part of the results returned by the AppointmentBookingService and GradeSlotsService classes.
Namespace
Example
The debug log shows the relevant parts of the result: Grade and Interval. The BestSlotGrades parameters are private and inaccessible via code.
1AppointmentBookingSlot:
2[
3Grade=85.1851851851851851851851851851852,
4Interval=TimeInterval:
5[
62018-01-26 09:00:00,2018-01-26 11:00:00
7]
8]AppointmentBookingSlot Properties
AppointmentBookingSlot contains the following properties.
interval
Signature
public FSL.TimeInterval interval {get; set;}
Property Value
Type: FSL.TimeInterval