RouteMetricsJobTimeTotal Property |
The sum of the
JobTime for all the Jobs in this route.
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntaxpublic TimeSpan JobTimeTotal { get; }
Public ReadOnly Property JobTimeTotal As TimeSpan
Get
public:
property TimeSpan JobTimeTotal {
TimeSpan get ();
}
member JobTimeTotal : TimeSpan with get
Property Value
Type:
TimeSpan
See Also