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


IEnumTrafficIncidents.Timestamp Property (ArcObjects .NET 10.4 SDK)
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