This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMDirections Interface > ISMDirections.TotalDrivingTime Property (ArcObjects .NET 10.4 SDK) |
The total driving time for the route.
[Visual Basic .NET]
Public ReadOnly Property TotalDrivingTime As DateTime
[C#]
public DateTime TotalDrivingTime {get;}
[C++]
HRESULT get_TotalDrivingTime(
DATE* pVal
);
[C++]
Parameters pVal [out, retval] pVal is a parameter of type DATE
Returns the total driving time for the route.