ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / TimeRange Class / Intersects Method / Intersects(TimeRange) Method
The time range to intersect.

In This Topic
    Intersects(TimeRange) Method
    In This Topic
    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

    ArcGIS Pro version: 3 or higher.
    See Also