TimeInterval.LongerThanADay Property
Gets a value that indicates whether the time interval’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
Property Value
Type | Description |
---|---|
Boolean | true if the time interval lasts one day or more; otherwise, false. |
See Also