A newer version of this page is available.
Switch to the current version.
TimeInterval.Empty Property
Returns an empty time interval.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.2.Core.dll
Declaration
public static TimeInterval Empty { get; }
Public Shared ReadOnly Property Empty As TimeInterval
Property Value
Type | Description |
---|---|
TimeInterval | A TimeInterval value representing an empty time interval. |
Remarks
In this case the TimeInterval.Start property is set to MinValue and the TimeInterval.Duration property is set to Zero
See Also
Feedback