ASPxClientRecurrenceInfo.SetDuration(duration) Method
Sets the duration of the recurrence.
Declaration
SetDuration(
duration: any
): void
Parameters
| Name | Type | Description |
|---|---|---|
| duration | any | A TimeSpan object representing the duration. |
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