@ebarooni/capacitor-calendar
    Preparing search index...

    Interface ListEventsInRangeOptions

    7.1.0

    interface ListEventsInRangeOptions {
        from: number;
        to: number;
    }
    Index

    Properties

    Properties

    from: number

    The timestamp in milliseconds.

    7.1.0

    to: number

    The timestamp in milliseconds.

    7.1.0