Skip to main content

_AppointmentItem.Start Property

Gets or sets the starting time for an appointment.

Namespace: DevExpress.XtraScheduler.Outlook.Interop

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

DateTime Start { get; set; }

Property Value

Type Description
DateTime

A DateTime value representing the appointment’s starting time.

See Also