TimeSpanRange.Empty Property
Returns the range whose Start and End values are equal to the TimeSpan.Zero.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public static TimeSpanRange Empty { get; }
Property Value
Type | Description |
---|---|
TimeSpanRange | Returns the range whose start and end values are equal to zero. |
See Also