@pond-ts/financial API Reference
    Preparing search index...

    Interface DateRange

    A generation range. Each bound is a YYYY-MM-DD date, epoch-ms, or Date; instants are resolved to the local date in the rules' zone.

    interface DateRange {
        from: string | number | Date;
        to: string | number | Date;
    }
    Index

    Properties

    Properties

    from: string | number | Date
    to: string | number | Date