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




The implied date for time field values that don't have a date specified with the time. If a time field for an order object, such as TimeWindowStart1, has a time-only value, the date is assumed to be the Default Date. For example, if an order has a TimeWindowStart1 value of 9:00 AM and the Default Date is March 6, 2011, then the entire time value for the field is 9:00 A.M., March 6, 2011. The default date has no effect on time field values that already have a date. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.