Documentation - v0.27.1
    Preparing search index...

    Interface BusinessWorkHoursDay

    interface BusinessWorkHoursDay {
        day: number;
        intervals: BusinessWorkHoursInterval[];
        is24h: boolean;
    }
    Index

    Properties

    Properties

    day: number

    Day of the week, 0-6, where 0 is Monday and 6 is Sunday

    Open intervals for this day

    is24h: boolean

    Whether this day is open 24 hours