ESRI.ArcGIS.NetworkAnalystTools
start_date_time Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.NetworkAnalystTools Namespace > MakeRouteLayer Class : start_date_time Property




Specifies a start date and time for the route. Route start time is mostly used to find routes based on the impedance attribute that varies with the time of the day. For example, a start time of 9 AM could be used to find a route that considers the rush hour traffic. The default value for this parameter is 8:00 AM. A date and time can be specified as 10/21/05 10:30 AM. If the route spans multiple days, and only the start time is specified, then the current date is used. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property start_date_time As Object
Visual Basic (Usage)Copy Code
Dim instance As MakeRouteLayer
Dim value As Object
 
instance.start_date_time = value
 
value = instance.start_date_time
C# 
public object start_date_time {get; set;}

See Also

© 2010 All Rights Reserved.