ASPxClientRecurrenceInfo.SetPeriodicity(periodicity) Method
In This Article
Sets the frequency with which the corresponding appointment occurs (dependent on the recurrence Type).
#Declaration
TypeScript
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