TimeSpanRange.Day Property
Returns the range that specifies the whole day.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public static TimeSpanRange Day { get; }
Property Value
Type | Description |
---|---|
TimeSpanRange | The range that specifies the whole day. |
See Also