Skip to main content

DxSchedulerTimeSpanRange.Empty Property

Returns an empty interval.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public static DxSchedulerTimeSpanRange Empty { get; }

Property Value

Type Description
DxSchedulerTimeSpanRange

A DxSchedulerTimeSpanRange class.

Remarks

An empty time interval is created if the Start and End values are set to Zero.

See Also