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


ISMDirections.TotalTime Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesFile)  

ISMDirections.TotalTime Property

The total time of the entire trip.

[Visual Basic .NET]
Public ReadOnly Property TotalTime As DateTime
[C#]
public DateTime TotalTime {get;}
[C++]
HRESULT get_TotalTime(
  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.

Description

Returns total time of the trip.

See Also

ISMDirections Interface