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


INAStreetDirection2.EstimatedArrivalTime Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAStreetDirection2.EstimatedArrivalTime Property

The estimated time of arrival.

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

Parameters Value [out, retval] Value is a parameter of type DATE

Product Availability

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

Remarks

EstimatedArrivalTime returns the estimated time of arrival at the direction element.

See Also

INAStreetDirection2 Interface