Skip to main content

Appointment.LongerThanADay Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v24.1.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