ASPxClientRecurrenceInfo.SetOccurrenceCount(occurrenceCount) Method
In This Article
Sets how many times the appointment occurs.
#Declaration
TypeScript
SetOccurrenceCount(
occurrenceCount: number
): void
#Parameters
Name | Type | Description |
---|---|---|
occurrence |
number | The number of times the appointment occurs. |
#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.OccurrenceCount article.
See Also