Skip to main content

AppointmentFormControllerBase.Start Property

Gets or sets the appointment's start time within the editing form.

Namespace: DevExpress.XtraScheduler.UI

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

#Declaration

public DateTime Start { get; set; }

#Property Value

Type Description
DateTime

A DateTime value specifying the beginning of the scheduled interval.

#Remarks

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

See Also