Saxonberg Server API
    Preparing search index...

    One shift window: which weekdays, and the [startHour, endHour) span.

    interface ShiftEntry {
        days: number[];
        hours: [number, number];
    }
    Index

    Properties

    Properties

    days: number[]

    Weekday indices this window covers (0-based, calendar-defined).

    hours: [number, number]

    Half-open hour span [start, end) in calendar hours.