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