@bacnet-js/client
    Preparing search index...

    Interface CalendarDateRange

    interface CalendarDateRange {
        endDate: Decode<Date>;
        len: number;
        startDate: Decode<Date>;
    }
    Index

    Properties

    Properties

    endDate: Decode<Date>
    len: number
    startDate: Decode<Date>