ASPxClientRecurrenceRangeControl.SetEndDate(date) Method
Sets the recurrence end date.
Declaration
SetEndDate(
date: Date
): void
Parameters
Name | Type | Description |
---|---|---|
date | Date | A JavaScript Date object that specifies the end date for the recurrence. |
See Also