A newer version of this page is available.
Switch to the current version.
TimeOfDayInterval.Empty Property
Returns an empty time of day interval.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.2.Core.dll
Declaration
public static TimeOfDayInterval Empty { get; }
Public Shared ReadOnly Property Empty As TimeOfDayInterval
Property Value
Type | Description |
---|---|
TimeOfDayInterval | A TimeOfDayInterval value representing an empty time of day interval. |
Remarks
An empty time interval is created with its TimeOfDayInterval.Start and TimeOfDayInterval.End properties set to Zero.
See Also
Feedback