This document is archived and information here might be outdated. Recommended version. |
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*