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

    Interface IAppointmentSlot

    A slot that can be selected in the appointment picker.

    interface IAppointmentSlot {
        date: IAppointmentLocalDate;
        duration: number;
        time: IAppointmentLocalTime;
        timestamp: number;
    }
    Index

    Properties

    Local date representation part of the slot's date.

    duration: number

    Slot duration in seconds.

    Local time representation part of the slot's start time.

    timestamp: number

    Unix timestamp in milliseconds of the slot's start time.