DateTimeRange.Union Method
| Name | Parameters | Description |
|---|---|---|
| Union(DateTimeRange, DateTimeRange) static | x, y | Returns a datetime range which is composed of the two given time ranges. |
| Union(DateTimeRange) | x | Returns a datetime range which is composed of the current time range and the given datetime range. |