Skip to main content
A newer version of this page is available. .

IAppointmentViewInfo.AppointmentInterval Property

Gets the time interval of the appointment.

Namespace: DevExpress.XtraScheduler.Drawing

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

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.Scheduler.CoreDesktop

Declaration

TimeInterval AppointmentInterval { get; }

Property Value

Type Description
TimeInterval

A TimeInterval object representing the scheduled time.

See Also