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


IEnumTrafficIncidents.Timestamp Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IE > IEnumTrafficIncidents Interface > IEnumTrafficIncidents.Timestamp Property
ArcGIS Developer Help

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(
  System.DateTime* 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