Back to Devexpress

Appointment.LongerThanADay Property

corelibraries-devexpress-dot-xtrascheduler-dot-appointment-e9df9e30.md

latest1.2 KB
Original Source

Appointment.LongerThanADay Property

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

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
bool LongerThanADay { get; }
vb
ReadOnly Property LongerThanADay As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

SameDay

Appointment Interface

Appointment Members

DevExpress.XtraScheduler Namespace