Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

[Browsable(false)]
public bool LongerThanADay { get; }

Property Value

Type Description
Boolean

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

See Also