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