Skip to main content
Version: 1.x

Interface: DateRangeResult

Result of a date range selection query.

Example

const range: DateRangeResult = { startDate: '2024-01-01', endDate: '2024-01-31' };

Properties

endDate

readonly endDate: string

The end date string.


startDate

readonly startDate: string

The start date string.