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

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.

Definition

Package:@progress/kendo-angular-dateinputs

Syntax:

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

Properties

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.

In this article
DefinitionPropertiesendstart
Not finding the help you need?
Contact Support