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