ArcGIS Pro 2.9 API Reference Guide
Intersects(TimeRange) Method

ArcGIS.Desktop.Mapping Namespace > TimeRange Class > Intersects Method : Intersects(TimeRange) Method
The time range to intersect.
Checks if this instance intersects the specified time range.
Syntax
public bool Intersects( 
   TimeRange timeRange
)
Public Overloads Function Intersects( _
   ByVal timeRange As TimeRange _
) As Boolean

Parameters

timeRange
The time range to intersect.

Return Value

True if the value intersects the current instance.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

TimeRange Class
TimeRange Members
Overload List