Back to Devexpress

DxSchedulerTimeSpanRange.Intersect(DxSchedulerTimeSpanRange) Method

blazor-devexpress-dot-blazor-dot-dxschedulertimespanrange-dot-intersect-x28-devexpress-dot-blazor-dot-dxschedulertimespanrange-x29.md

latest1.6 KB
Original Source

DxSchedulerTimeSpanRange.Intersect(DxSchedulerTimeSpanRange) Method

Returns an interval that is the intersection of the current interval and the specified interval.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public DxSchedulerTimeSpanRange Intersect(
    DxSchedulerTimeSpanRange x
)

Parameters

NameTypeDescription
xDxSchedulerTimeSpanRange

The interval to check for intersection.

|

Returns

TypeDescription
DxSchedulerTimeSpanRange

The intersection of the current and specified intervals. If these intervals do not intersect, the Empty value is returned.

|

Remarks

The returned interval’s Start property is set to the latest date among start dates of two intervals. The returned interval’s End property is set to the earliest date among end dates of two intervals.

See Also

DxSchedulerTimeSpanRange Class

DxSchedulerTimeSpanRange Members

DevExpress.Blazor Namespace