New to Kendo UI for AngularStart a free 30-day trial

SelectionRange

Defines the structure for a Calendar date selection range.

This interface represents a date range with a start and end date, commonly used in range selection scenarios.

typescript
const range: SelectionRange = {
  start: new Date(2023, 0, 1),
  end: new Date(2023, 0, 31)
};
NameTypeDefaultDescription

end

Date

The ending date of the selection range. Can be null when no end date has been selected or only start date is set.

start

Date

The starting date of the selection range. Can be null when no start date has been selected.

Not finding the help you need?
Contact Support