Back to Devexpress

DxSchedulerDateTimeRange.Union(DxSchedulerDateTimeRange) Method

blazor-devexpress-dot-blazor-dot-dxschedulerdatetimerange-dot-union-x28-devexpress-dot-blazor-dot-dxschedulerdatetimerange-x29.md

latest1.4 KB
Original Source

DxSchedulerDateTimeRange.Union(DxSchedulerDateTimeRange) Method

Returns the range that is a union of the current range and the specified range.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public DxSchedulerDateTimeRange Union(
    DxSchedulerDateTimeRange x
)

Parameters

NameTypeDescription
xDxSchedulerDateTimeRange

The range to be united.

|

Returns

TypeDescription
DxSchedulerDateTimeRange

The range that is a union of the current range and the specified range.

|

Remarks

The resulting range’s Start property is set to the earliest date among start dates of two ranges. The resulting ranges’s End property is set to the latest date among end dates of two ranges.

See Also

DxSchedulerDateTimeRange Struct

DxSchedulerDateTimeRange Members

DevExpress.Blazor Namespace