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

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

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