ArcObjects Library Reference (GeoDatabaseExtensions)  

ITemporalQueryFilter.RelativeTimeOperator Property

The object that contains a relative time to offset the temporal values.

[Visual Basic .NET]
Public Property RelativeTimeOperator As ITemporalOperator
[C#]
public ITemporalOperator RelativeTimeOperator {get; set;}
[C++]
HRESULT get_RelativeTimeOperator(
  ITemporalOperator** pVal
);
[C++]
HRESULT put_RelativeTimeOperator(
  ITemporalOperator* pVal
);
[C++]

Parameters

pVal [out, retval]

  pVal is a parameter of type ITemporalOperator

pVal [in]

  pVal is a parameter of type ITemporalOperator

Product Availability

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

See Also

ITemporalQueryFilter Interface