Skip to main content

IAppointmentViewInfo.AppointmentInterval Property

Gets the time interval of the appointment.

Namespace: DevExpress.XtraScheduler.Drawing

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

TimeInterval AppointmentInterval { get; }

Property Value

Type Description
TimeInterval

A TimeInterval object representing the scheduled time.

See Also