ArcObjects Library Reference (GeoDatabase)  

ITrafficData.TimeInterval Property

The time interval of the traffic data.

[Visual Basic .NET]
Public ReadOnly Property TimeInterval As Double
[C#]
public double TimeInterval {get;}
[C++]
HRESULT get_TimeInterval(
  double* TimeInterval
);
[C++]

Parameters

TimeInterval [out, retval]   TimeInterval is a parameter of type double

Product Availability

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

See Also

ITrafficData Interface