ASPxClientRecurrenceInfo.GetPeriodicity Method
In This Article
Gets the frequency with which the corresponding appointment reoccurs (dependent on the recurrence Type).
#Declaration
TypeScript
GetPeriodicity(): number
#Returns
Type | Description |
---|---|
number | The frequency with which the corresponding appointment reoccurs. |
#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