ASPxClientRecurrenceInfo.SetDuration(duration) Method
In This Article
Sets the duration of the recurrence.
#Declaration
TypeScript
SetDuration(
duration: any
): void
#Parameters
Name | Type | Description |
---|---|---|
duration | any | A Time |
#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.Duration article.
See Also