A string representing the time the route begins. If not specified, the solver will not start the route at a particular time. The time should be specified as a numeric value representing the milliseconds since midnight January 1, 1970. It can be a negative number. You can also specify a value of "none" to indicate that a start time should not be used.

Namespace:  ESRI.ArcGIS.VE
  (in ArcGISVE.exe)

Syntax

JScript
 function get StartTime () : String
 function set StartTime (value : String)

See Also