ResourceLatestStart Property |
The latest time that the Resource can leave its starting location.
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntaxpublic DateTime LatestStart { get; set; }
Public Property LatestStart As DateTime
Get
Set
public:
property DateTime LatestStart {
DateTime get ();
void set (DateTime value);
}
member LatestStart : DateTime with get, set
Property Value
Type:
DateTime
See Also