Skip to main content

AppointmentFormControllerBase.DisplayStart Property

Gets or sets the value to display as the appointment's start time within the editing form.

Namespace: DevExpress.XtraScheduler.UI

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

#Declaration

public DateTime DisplayStart { get; set; }

#Property Value

Type Description
DateTime

A DateTime value specifying the beginning of the scheduled interval.

#Remarks

The DisplayStart value is the Appointment.Start value of the edited appointment, corrected as needed for the current client time zone (OptionsBehavior.ClientTimeZoneId setting).

NOTE

Use the AppointmentFormController.DisplayStartDate and AppointmentFormController.DisplayStartTime properties to obtain or modify the start date and time components of the edited appointment separately.

See Also