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

IAppointmentViewInfo.IsLongTime() Method

Indicates whether an appointment spans across several days.

Namespace: DevExpress.XtraScheduler.Drawing

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

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

Declaration

bool IsLongTime()

Returns

Type Description
Boolean

true if an appointment spans across several days; otherwise, false.

See Also