Skip to main content

DxSchedulerTimeSpanRange.End Property

Gets or sets the day interval’s end time.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.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