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

ASPxClientRecurrenceInfo.SetPeriodicity(periodicity) Method

Sets the frequency with which the corresponding appointment occurs (dependent on the recurrence Type).

Declaration

SetPeriodicity(
    periodicity: number
): void

Parameters

Name Type Description
periodicity number

An integer value that specifies the frequency with which the corresponding 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.Periodicity article.

See Also