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