ArcObjects Library Reference (NetworkAnalyst)  

IEnumTrafficIncidents.Timestamp Property

Timestamp of incident data.

[Visual Basic .NET]
Public ReadOnly Property Timestamp As DateTime
[C#]
public DateTime Timestamp {get;}
[C++]
HRESULT get_Timestamp(
  DATE* pTimestamp
);
[C++]

Parameters

pTimestamp [out, retval]   pTimestamp is a parameter of type DATE

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

See Also

IEnumTrafficIncidents Interface