ASPxClientRecurrenceInfo.SetEnd(end) Method
In This Article
Sets the recurrence end date.
#Declaration
TypeScript
SetEnd(
end: Date
): void
#Parameters
Name | Type | Description |
---|---|---|
end | Date | A Java |
#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