This document is archived and information here might be outdated.  Recommended version.


ITimeDisplayTable2.PrepareTimeQueryEx Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ITimeDisplayTable2.PrepareTimeQueryEx Method

Prepares an input query filter by appending the time expression into the where clause.

[Visual Basic .NET]
Public Sub PrepareTimeQueryEx ( _
    ByVal pTimeValue As ITimeValue, _
    ByVal eTimeRelation As esriTimeRelation, _
    ByVal pFilter As IQueryFilter _
)
[C#]
public void PrepareTimeQueryEx (
    ITimeValue pTimeValue,
    esriTimeRelation eTimeRelation,
    IQueryFilter pFilter
);
[C++]
HRESULT PrepareTimeQueryEx(
  ITimeValue* pTimeValue,
  esriTimeRelation eTimeRelation,
  IQueryFilter* pFilter
);
[C++]

Parameters pTimeValue [in]
pTimeValue is a parameter of type ITimeValue eTimeRelation [in]
eTimeRelation is a parameter of type esriTimeRelation pFilter [in, out]
pFilter is a parameter of type IQueryFilter

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITimeDisplayTable2 Interface