ASPxClientRecurrenceInfo.GetStart Method
In This Article
Gets the recurrence start date.
#Declaration
TypeScript
GetStart(): Date
#Returns
Type | Description |
---|---|
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