Skip to main content

AppointmentFormControllerBase.StartTime Property

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
TimeSpan

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

#Remarks

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

See Also