Skip to main content

ASPxClientRecurrenceInfo.GetPeriodicity Method

Gets the frequency with which the corresponding appointment reoccurs (dependent on the recurrence Type).

Declaration

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