This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMDirections Interface > ISMDirections.TotalTime Property (ArcObjects .NET 10.4 SDK) |
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
Returns total time of the trip.