DateRange
Represents a date range.
This is an alias for the DateRangeUnion
type.
chevron_leftchevron_right
Parameters
Interface
Name | Type | Description |
---|---|---|
_ | "dateRange" | |
startDate | number | Point in time (Unix timestamp) at which the date range begins |
endDate | number | Point in time (Unix timestamp) at which the date range ends |