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