Skip to main content
A newer version of this page is available. .

ASPxClientRecurrenceInfo.SetOccurrenceCount(occurrenceCount) Method

Sets how many times the appointment occurs.

Declaration

SetOccurrenceCount(
    occurrenceCount: number
): void

Parameters

Name Type Description
occurrenceCount number

An integer value that specifies how many 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