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