DateRangeChangeEventArgs
Interface represents the event arguments for the change
event.
Properties
days Number
Gets the number of days in the range.
element HTMLElement HTMLInputElement
Gets the date range control element.
endDate Date
Gets the end date of the selected range.
event KeyboardEvent MouseEvent Event
Gets the original triggered event arguments.
isInteracted Boolean
Gets a value indicating whether the event was triggered by user interaction or from another event.
name String
Gets the name of the event.
startDate Date
Gets the start date of the selected range.
text String
Gets the text value of the date range that shows in the input element.
value Date[] Date[]
Gets the selected date range.