Skip to main content

AppointmentFormControllerBase.EndTime Property

Obsolete. Gets or sets the end time of the appointment currently being edited in the form.

Namespace: DevExpress.XtraScheduler.UI

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

#Declaration

[Obsolete("You should use the 'End' property instead")]
public TimeSpan EndTime { get; set; }

#Property Value

Type Description
TimeSpan

A TimeSpan value specifying the end time of the appointment.

#Remarks

Use the AppointmentFormControllerBase.EndDate and EndTime properties to obtain or modify the end date and time of the appointment currently being edited in the custom Edit Appointment form.

See Also