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

ASPxClientRecurrenceInfo.GetPeriodicity Method

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

Declaration

GetPeriodicity(): number

Returns

Type Description
number

An integer value that specifies 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