ArcObjects Library Reference (Carto)  

ITimeQueryFilter.TimeValue Property

Time value.

[Visual Basic .NET]
Public Property TimeValue As ITimeValue
[C#]
public ITimeValue TimeValue {get; set;}
[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.

Description

This is the time value that is used for the time query. Only data that matches this time value will be returned.

See Also

ITimeQueryFilter Interface