ASPxClientRecurrenceInfo.SetStart(start) Method
In This Article
Sets the recurrence start date.
#Declaration
TypeScript
SetStart(
start: Date
): void
#Parameters
Name | Type | Description |
---|---|---|
start | Date | A Java |
#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.Start article.
See Also