DateTimeRange.Empty Property
In This Article
Gets an empty time range.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
#Declaration
C#
public static DateTimeRange Empty { get; }
#Property Value
Type | Description |
---|---|
Date |
An empty time range. |
See Also