Skip to main content
A newer version of this page is available. .

DxSchedulerTimeSpanRange.End Property

Gets or sets the day interval’s end time.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public TimeSpan End { get; }

Property Value

Type Description
TimeSpan

A TimeSpan object.

Remarks

The End property value should be greater than or equal to the Start property value. Otherwise, an exception is raised.

See Also