View Single Post

  #2 (permalink)  
Old 12-16-2003
Martel Martel is offline
Junior Member
Yellow Belt
 
Join Date: Feb 2003
Posts: 28
I have the North America Version, but see if you can use the PreferredArrival property of the Waypoint object when you add the waypoints to the map.

Quote:
Returns or sets the preferred arrival time at a stop or the end point on a route; similar to clicking Schedule Stop on the Route menu. Returns an error for the start point. Returns midnight if not set. Read/write Date.
Code:
  'Set the time you'd like to arrive at the end point
  objRoute.Waypoints.Item(2).PreferredArrival = TimeValue("1:00:00 PM")
Reply With Quote