Allows user to select record set by its date value.
[Visual Basic .NET] Public Function SelectByDate ( _ ByVal startDate As Object, _ ByVal endDate As Object _ ) As ISelectionSet
[C#] public ISelectionSet SelectByDate ( object startDate, object endDate );
[C++]
HRESULT SelectByDate(
VARIANT startDate,
VARIANT endDate,
ISelectionSet** selectionSet
);
[C++]Parameters
startDate [in] startDate is a parameter of type VARIANT endDate [in] endDate is a parameter of type VARIANT selectionSet [out, retval]selectionSet is a parameter of type ISelectionSet
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.