Skip to main content

AppointmentFormControllerBase.StartDate Property

Obsolete. Gets or sets the date when the scheduled time interval starts for the current appointment.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v14.2.Core.dll

#Declaration

[Obsolete("You should use the 'Start' property instead")]
public DateTime StartDate { get; set; }

#Property Value

Type Description
DateTime

A DateTime value specifying the date component of the interval's start time.

#Remarks

To get access to the time component of the interval's start, use the AppointmentFormControllerBase.StartTime property.

See Also