Skip to main content

AppointmentItem.End Property

Gets or sets the appointment’s end date and time.

Namespace: DevExpress.UI.Xaml.Scheduler

Assembly: DevExpress.UI.Xaml.Scheduler.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public DateTime End { get; set; }

Property Value

Type Description
DateTime

A System.DateTime value that is the end of the appointment.

Remarks

If the new End property’s value is less than the Start property’s value, an exception fires.

If the AllDay property is set to true, then the appointment’s start date is the System.DateTime.Date fraction of the End value, and the start time is 0:00.

See Also