DxSchedulerTimeSpanRange.End Property
In This Article
Gets or sets the day interval’s end time.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public TimeSpan End { get; }
#Property Value
Type | Description |
---|---|
Time |
A Time |
#Remarks
The End
property value should be greater than or equal to the Start property value. Otherwise, an exception is raised.
See Also