MapRoute.EstimatedDuration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the estimated time required to traverse the route.
public:
property TimeSpan EstimatedDuration { TimeSpan get(); };
TimeSpan EstimatedDuration();
public System.TimeSpan EstimatedDuration { get; }
var timeSpan = mapRoute.estimatedDuration;
Public ReadOnly Property EstimatedDuration As TimeSpan
Property Value
The estimated time required to traverse the route.