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