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

Appointment.LongerThanADay Property

Gets whether the appointment’s duration is equal to or greater than one day.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v21.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

bool LongerThanADay { get; }

Property Value

Type Description
Boolean

true if the appointment lasts one day or more; otherwise, false.

See Also