A newer version of this page is available.
Switch to the current version.
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.v18.2.Core.dll
Declaration
[Browsable(false)]
public bool LongerThanADay { get; }
<Browsable(False)>
Public ReadOnly Property LongerThanADay As Boolean
Property Value
Type | Description |
---|---|
Boolean | true if the time interval lasts one day or more; otherwise, false. |
See Also
Feedback