ArcObjects Library Reference (GeoDatabase)  

IHistoricalTrafficData.FirstTimeSliceFieldName Property

The field name of the first time slice of the given period in the profile table.

[Visual Basic .NET]
Public Property FirstTimeSliceFieldName As String
[C#]
public string FirstTimeSliceFieldName {get; set;}
[C++]
HRESULT get_FirstTimeSliceFieldName(
  BSTR* FirstTimeSliceFieldName
);
[C++]
HRESULT put_FirstTimeSliceFieldName(
  BSTR FirstTimeSliceFieldName
);
[C++]

Parameters

FirstTimeSliceFieldName [out, retval]   FirstTimeSliceFieldName is a parameter of type BSTR FirstTimeSliceFieldName [in]   FirstTimeSliceFieldName is a parameter of type BSTR

Product Availability

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

See Also

IHistoricalTrafficData Interface