This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITimeDisplayTable Interface > ITimeDisplayTable.PrepareTimeQuery Method (ArcObjects .NET 10.5 SDK) |
Prepares an input query filter by appending the time expression into the where clause.
[Visual Basic .NET] Public Sub PrepareTimeQuery ( _ ByVal pTimeValue As ITimeValue, _ ByVal pFilter As IQueryFilter _ )
[C#] public void PrepareTimeQuery ( ITimeValue pTimeValue, IQueryFilter pFilter );
[C++]
HRESULT PrepareTimeQuery(
ITimeValue* pTimeValue,
IQueryFilter* pFilter
);
[C++]
Parameters pTimeValue [in]
pTimeValue is a parameter of type ITimeValue pFilter [in, out]
pFilter is a parameter of type IQueryFilter