ASPxClientRecurrenceInfo.GetRecurrenceType Method
Gets the time base for the frequency of the corresponding appointment reoccurrence.
Declaration
GetRecurrenceType(): ASPxClientRecurrenceType
Returns
Type | Description |
---|---|
ASPxClientRecurrenceType | An ASPxClientRecurrenceType enumeration value that specifies the recurrence frequency type. |
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.Type article.
See Also