Skip to main content

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

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