This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITemporalQueryFilter Interface > ITemporalQueryFilter.RelativeTimeOperator Property (ArcObjects .NET 10.4 SDK) |
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