Skip to main content

DxSchedulerTimeSpanRange.Start Property

Gets or sets the day interval’s start time.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public TimeSpan Start { get; }

Property Value

Type Description
TimeSpan

A TimeSpan object.

Remarks

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

See Also