AppointmentFormControllerBase.StartTime Property
In This Article
Obsolete. Gets or sets the time 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 TimeSpan StartTime { get; set; }
#Property Value
Type | Description |
---|---|
Time |
A Time |
#Remarks
To get access to the date component of the interval's start, use the AppointmentFormControllerBase.StartDate property.
See Also