Interface BusinessWorkHoursDay

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

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