ASPxClientRecurrenceInfo.SetRecurrenceType(type) Method
In This Article
Sets the time base for the frequency of the corresponding appointment occurrences.
#Declaration
TypeScript
SetRecurrenceType(
type: ASPxClientRecurrenceType
): void
#Parameters
Name | Type | Description |
---|---|---|
type | ASPx |
An ASPx |
#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