Skip to main content

ASPxClientRecurrenceInfo.GetOccurrenceCount Method

Gets how many times the appointment occurs.

#Declaration

TypeScript
GetOccurrenceCount(): number

#Returns

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