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


ITrafficData.TimeIntervalUnits Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITrafficData.TimeIntervalUnits Property

The units of the time interval of the traffic data.

[Visual Basic .NET]
Public ReadOnly Property TimeIntervalUnits As esriTimeUnits
[C#]
public esriTimeUnits TimeIntervalUnits {get;}
[C++]
HRESULT get_TimeIntervalUnits(
  esriTimeUnits* TimeIntervalUnits
);
[C++]

Parameters TimeIntervalUnits [out, retval]
TimeIntervalUnits is a parameter of type esriTimeUnits

Product Availability

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

See Also

ITrafficData Interface