Skip to main content

_AppointmentItem.End Property

Gets or sets the ending date/time of this appointment.

Namespace: DevExpress.XtraScheduler.Outlook.Interop

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

DateTime End { get; set; }

Property Value

Type Description
DateTime

A DateTime value representing the appointment’s ending time.

See Also