AppointmentFormControllerBase.EndTime Property
In This Article
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 |
---|---|
Time |
A Time |
#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