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


ITrafficData.TimeIntervalUnits Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITrafficData Interface > ITrafficData.TimeIntervalUnits Property
ArcGIS Developer Help

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