Skip to main content

AppointmentFormControllerBase.End Property

Gets or sets the value specifying the appointment's end time within the editing form.

Namespace: DevExpress.XtraScheduler.UI

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

#Declaration

public DateTime End { get; set; }

#Property Value

Type Description
DateTime

A DateTime value specifying the end of the scheduled interval.

#Remarks

The End value is the Appointment.End value of the edited appointment, corrected as needed for the current client time zone (OptionsBehavior.ClientTimeZoneId setting). A AppointmentFormControllerBase.DisplayEnd value is used for display on the form.

See Also