ArcObjects Library Reference (GeoDatabaseExtensions)  

ITemporalRecordSet.SelectByDate Method

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.

See Also

ITemporalRecordSet Interface