TimeInterval.Intersect Method
| Name | Parameters | Description |
|---|---|---|
| Intersect(TimeInterval, TimeInterval) static | interval1, interval2 | Returns a time interval which is the intersection of the two specified time intervals. |
| Intersect(TimeInterval) | interval | Returns a time interval which is the intersection of the current time interval with the specified time interval. |