RouteItemWaitingTime Property |
Note: This API is now obsolete.
The idle time if arriving at this location before the window opens.
This is obsolete - use
IdleTime instead.
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntax[ObsoleteAttribute("Use IdleTime instead.")]
public TimeSpan WaitingTime { get; }
<ObsoleteAttribute("Use IdleTime instead.")>
Public ReadOnly Property WaitingTime As TimeSpan
Get
public:
[ObsoleteAttribute(L"Use IdleTime instead.")]
property TimeSpan WaitingTime {
TimeSpan get ();
}
[<ObsoleteAttribute("Use IdleTime instead.")>]
member WaitingTime : TimeSpan with get
Property Value
Type:
TimeSpan
See Also