ArcObjects Library Reference (Carto)  

ITimeQueryFilter.OutputTimeReference Property

Output time reference.

[Visual Basic .NET]
Public Property OutputTimeReference As ITimeReference
[C#]
public ITimeReference OutputTimeReference {get; set;}
[C++]
HRESULT get_OutputTimeReference(
  ITimeReference** TimeReference
);
[C++]
HRESULT putref_OutputTimeReference(
  ITimeReference* TimeReference
);
[C++]

Parameters

TimeReference [out, retval]

  TimeReference is a parameter of type ITimeReference

TimeReference [in]

  TimeReference is a parameter of type ITimeReference

Product Availability

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

Remarks

This is the Time Reference that will be used when returning data from the query. For example, if the output time reference is Pacific, and data is stored in Atlantic time zone, a feature with a time stamp of 4:00 PM will be returned with a time stamp of 1:00 PM (4:00 PM in Atlantic time is equivalent to 1:00 PM in Pacific time).

Note: This is only honored by MapServer's query function such as QueryData

See Also

ITimeQueryFilter Interface