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

ASPxClientRecurrenceInfo.GetOccurrenceCount Method

Gets how many times the appointment occurs.

Declaration

GetOccurrenceCount(): number

Returns

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