|  | This document is archived and information here might be outdated. Recommended version. | 
| ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMDirections Interface > ISMDirections.TotalDrivingTime Property (ArcObjects .NET 10.5 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.