DateTimeRange.Today Property
In This Article
Gets the today time range.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
#Declaration
C#
public static DateTimeRange Today { get; }
#Property Value
Type | Description |
---|---|
Date |
The time range that corresponds to the current calendar day. |
See Also