jooby-codec
    Preparing search index...

    Interface IDayProfile

    interface IDayProfile {
        hour: number;
        isFirstHalfHour: boolean;
        tariff: number;
    }
    Index

    Properties

    hour: number

    Period start hour.

    isFirstHalfHour: boolean

    Is it the first half of the hour (second - otherwise).

    tariff: number

    Tariff number to apply for this period.