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