This document is archived and information here might be outdated. Recommended version. |
The total time for the route including wait and service time.
[Visual Basic .NET]
Public ReadOnly Property TotalTime As Double
[C#]
public double TotalTime {get;}
[C++]
HRESULT get_TotalTime(
System.Double* Time
);
[C++] Parameters Time [out, retval]
Time is a parameter of type double*
TotalTime returns the total travel time of the route including wait time and service time at stops.