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

AppointmentRecurrenceFormSettings.Start Property

Gets the recurrence start date.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public DateTime Start { get; set; }

Property Value

Type Description
DateTime

A DateTime value that specifies the start date for the recurrence.

Remarks

This property corresponds to the RecurrenceInfo.Start property.

See Also