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