ArcObjects Library Reference (GeoDatabase)  

ITimeQueryFilter.TimeRelation Property

Time relation for the time query.

ERROR: Syntax information about ITimeQueryFilter.TimeRelation may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.GeoDatabase.dll

[C++]
HRESULT get_TimeRelation(
  esriTimeRelation* relation
);
[C++]
HRESULT put_TimeRelation(
  esriTimeRelation relation
);
[C++]

Parameters

relation [out, retval]

  relation is a parameter of type esriTimeRelation

relation [in]

  relation is a parameter of type esriTimeRelation

Product Availability

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

See Also

ITimeQueryFilter Interface