jooby-codec
    Preparing search index...

    Interface ISpecialDay

    interface ISpecialDay {
        date: TMonthDay;
        dayIndex: TUint8;
        month: TMonth;
        year: TYear2000;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    date: TMonthDay
    dayIndex: TUint8

    Day profile index.

    month: TMonth
    year: TYear2000

    If year === 0, the date is treated as periodic (month and day are fixed)