ASPxClientRecurrenceInfo.GetStart Method
Gets the recurrence start date.
Declaration
GetStart(): Date
Returns
| Type | Description |
|---|---|
| Date | A JavaScript Date object that specifies the start date for the recurrence. |
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