DateTimeRange.Start Property
Gets the start value of the time range.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
Declaration
public DateTime Start { get; }
Property Value
Type | Description |
---|---|
DateTime | The start value of the time range. |
See Also