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

    Interface AppointmentSlot

    A slot that can be selected in the appointment picker.

    interface AppointmentSlot {
        date: LocalDate;
        duration: number;
        time: LocalTime;
        timestamp: number;
    }
    Index

    Properties

    date: LocalDate

    Local date representation part of the slot's date.

    duration: number

    Slot duration in seconds.

    time: LocalTime

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

    timestamp: number

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