akiles-cordova
    Preparing search index...

    Interface Schedule

    Represents a schedule with allowed time ranges for each day of the week.

    interface Schedule {
        weekdays: ScheduleWeekday[];
    }
    Index

    Properties

    Properties

    weekdays: ScheduleWeekday[]

    Array of 7 elements, one for each day of the week (Monday=0).