This document is archived and information here might be outdated.  Recommended version.


ITemporalOperator.IntervalUnits Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ITemporalOperator.IntervalUnits Property

Units used for interval.

[Visual Basic .NET]
Public ReadOnly Property IntervalUnits As enumTemporalOperatorUnits
[C#]
public enumTemporalOperatorUnits IntervalUnits {get;}
[C++]
HRESULT get_IntervalUnits(
  enumTemporalOperatorUnits* pVal
);
[C++]

Parameters pVal [out, retval]
pVal is a parameter of type enumTemporalOperatorUnits

Product Availability

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

See Also

ITemporalOperator Interface