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


IHistoricalTrafficData.TimeSliceDurationInMinutes Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IH > IHistoricalTrafficData Interface > IHistoricalTrafficData.TimeSliceDurationInMinutes Property
ArcGIS Developer Help

IHistoricalTrafficData.TimeSliceDurationInMinutes Property

The duration of time slice in minutes.

[Visual Basic .NET]
Public Property TimeSliceDurationInMinutes As Integer
[C#]
public int TimeSliceDurationInMinutes {get; set;}
[C++]
HRESULT get_TimeSliceDurationInMinutes(
  System.Int32* TimeSliceDurationInMinutes
);
[C++]
HRESULT put_TimeSliceDurationInMinutes(
  long TimeSliceDurationInMinutes
);
[C++]
Parameters
TimeSliceDurationInMinutes [out, retval]

TimeSliceDurationInMinutes is a parameter of type long* TimeSliceDurationInMinutes [in]
TimeSliceDurationInMinutes is a parameter of type long

Product Availability

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

See Also

IHistoricalTrafficData Interface