ArcObjects Library Reference (NetworkAnalyst)  

INAStreetDirectionEvent.ETA Property

The estimated time of arrival.

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

Parameters

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

Product Availability

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

See Also

INAStreetDirectionEvent Interface