ASPxClientRecurrenceRangeControl.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. |
See Also