ArcObjects Library Reference (GeoDatabase)  

ITimeQueryFilter.TimeValue Property

Time value.

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

[C++]
HRESULT get_TimeValue(
  ITimeValue** TimeValue
);
[C++]
HRESULT putref_TimeValue(
  ITimeValue* TimeValue
);
[C++]

Parameters

TimeValue [out, retval]

  TimeValue is a parameter of type ITimeValue

TimeValue [in]

  TimeValue is a parameter of type ITimeValue

Product Availability

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

See Also

ITimeQueryFilter Interface