IntervalInfo.End Property
Returns the end value of the interval a user taps.
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 value of the interval a user taps. |
See Also