TimeSpanRange.Start Property
Returns the start value of the range.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public TimeSpan Start { get; }
Property Value
Type | Description |
---|---|
TimeSpan | The start value of the range. |
See Also