Skip to main content

ASPxClientRecurrenceInfo.SetOccurrenceCount(occurrenceCount) Method

Sets how many times the appointment occurs.

#Declaration

TypeScript
SetOccurrenceCount(
    occurrenceCount: number
): void

#Parameters

Name Type Description
occurrenceCount 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