formcycle 8.3.6 - JavaScript for forms
    Preparing search index...

    Interface IAppointmentDaySlotData

    Data about the free slots of a particular day.

    interface IAppointmentDaySlotData {
        date: IAppointmentLocalDate;
        slots: IAppointmentSlotData[];
    }
    Index

    Properties

    Properties

    Date of the free slots.

    All free slots at the date.