temporal-fns
    Preparing search index...

    Interface BusinessDayOptions

    interface BusinessDayOptions {
        weekendDays?: readonly DayOfWeek[];
    }
    Index

    Properties

    Properties

    weekendDays?: readonly DayOfWeek[]

    Days of the week treated as weekend (ISO numbering: 1 = Mon, 7 = Sun). Defaults to [6, 7] (Saturday, Sunday).