RouteItemTravelTimeToNext Property |
The journey time from this location to the next one.
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntaxpublic TimeSpan TravelTimeToNext { get; }
Public ReadOnly Property TravelTimeToNext As TimeSpan
Get
public:
property TimeSpan TravelTimeToNext {
TimeSpan get ();
}
member TravelTimeToNext : TimeSpan with get
Property Value
Type:
TimeSpan
See Also