DateTimeRange.Union(DateTimeRange) Method
Computes the union of the specified ranges.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public DateTimeRange Union(
DateTimeRange x
)
Parameters
Name | Type | Description |
---|---|---|
x | DateTimeRange | The first range. |
Returns
Type | Description |
---|---|
DateTimeRange | The second range. |
See Also