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