jooby-codec
    Preparing search index...

    Interface ISetSpecialDayParameters

    interface ISetSpecialDayParameters {
        date: TMonthDay;
        dayIndex: TUint8;
        index: TUint8;
        isPeriodic: boolean;
        month: TMonth;
        tariffTable: TUint8;
    }

    Hierarchy (View Summary)

    Index

    Properties

    date: TMonthDay
    dayIndex: TUint8

    Day profile index.

    index: TUint8

    Special day index in a list of all tariff special days (max 26).

    isPeriodic: boolean

    Is it periodic or not.

    month: TMonth
    tariffTable: TUint8

    tariff table identifier

    0 – table A+, 1 – table A- (for MTX1)
    0 – table A+, 1 – table P+, 2 – table A- (for MTX3)