AppointmentFormControllerBase.StartDate Property
In This Article
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 |
---|---|
Date |
A Date |
#Remarks
To get access to the time component of the interval's start, use the AppointmentFormControllerBase.StartTime property.
See Also