ArcGIS API for WPF - Library Reference
Intersects(DateTime) Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > TimeExtent Class > Intersects Method : Intersects(DateTime) Method

date
The date to intersect.
Checks if this instance intersects the specified date.

Syntax

Visual Basic (Declaration) 
Public Overloads Function Intersects( _
   ByVal date As Date _
) As Boolean
C# 
public bool Intersects( 
   DateTime date
)

Parameters

date
The date to intersect.

Return Value

True if the date is within the time extent.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.