ASPxClientRecurrenceInfo.SetEnd(end) Method
Sets the recurrence end date.
Declaration
SetEnd(
end: Date
): void
Parameters
Name | Type | Description |
---|---|---|
end | Date | A JavaScript Date object that specifies the end date for the recurrence. |
Remarks
The method is used in script-driven client appointment forms to update the form controls. For more information on the corresponding member of the RecurrenceInfo class, see the RecurrenceInfo.End article.
See Also