@transreport/pauk-rrms-api
    Preparing search index...

    Interface CallsignSchedulePeriod

    A compact period in which one callsign schedule is effective on the indicated operating days

    interface CallsignSchedulePeriod {
        active_from: string;
        active_until: string;
        applicability: CallsignSchedulePeriodApplicability;
        schedule: CallsignSchedule;
    }
    Index
    active_from: string

    First operating date in the period

    active_until: string

    Exclusive end of the period

    Operating days on which this schedule is effective during the period

    Schedule effective during the period