Skip to main content

ASPxClientRecurrenceInfo.SetStart(start) Method

Sets the recurrence start date.

#Declaration

TypeScript
SetStart(
    start: Date
): void

#Parameters

Name Type Description
start Date

A JavaScript date object value 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