Posos Widgets JavaScript SDK
    Preparing search index...

    Interface BoundsPeriod

    A period of time defined by a start and end date/time.

    interface BoundsPeriod {
        end?: string | null;
        start?: string | null;
    }
    Index

    Properties

    Properties

    end?: string | null

    The ending point of the period (inclusive), expressed as a date in YYYY-MM-DD format.

    start?: string | null

    The starting point of the period (inclusive), expressed as a date in YYYY-MM-DD format.