ASPxClientRecurrenceInfo.GetEnd Method
In This Article
Gets the recurrence end date.
#Declaration
TypeScript
GetEnd(): Date
#Returns
Type | Description |
---|---|
Date | A Date |
#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