The Sudo Platform SDK representation of a date range object.

DateRange

interface DateRange {
    endDate: Date;
    startDate: Date;
}

Properties

Properties

endDate: Date

The ending date of the range to query.

startDate: Date

The starting date of the range to query.