Skip to main content
A newer version of this page is available. .

YearlyRecurrenceControl.Start Property

Gets or sets the date when the recurrence chain begins.

Namespace: DevExpress.Web.ASPxScheduler.Controls

Assembly: DevExpress.Web.ASPxScheduler.v19.1.dll

Declaration

public DateTime Start { get; set; }

Property Value

Type Description
DateTime

A DateTime value specifying the beginning of the recurrence chain.

See Also