DateTimeRange.Empty Property
In This Article
Returns an empty date-time range.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
#Declaration
C#
public static DateTimeRange Empty { get; }
#Property Value
Type | Description |
---|---|
Date |
The empty date-time range. |
#Remarks
The empty date-time range’s Start and End values are equal to the DateTime.MinValue.
See Also