Skip to main content

ASPxClientRecurrenceInfo.GetEnd Method

Gets the recurrence end date.

#Declaration

TypeScript
GetEnd(): Date

#Returns

Type Description
Date

A DateTime value 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