ArcObjects Library Reference  (NetworkAnalyst)    

INARouteSolver2.StartTime Property

Specifies the time the route begins.

[Visual Basic 6.0]
Property StartTime As Date
[Visual Basic .NET]
Public Property StartTime As DateTime
[C#]
public DateTime StartTime {get; set;}
[Java]
public Date getStartTime()
throws
    IOException,
    AutomationException
[Java]
public void setStartTime(
Date StartTime
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_StartTime(
  DATE* Value
);
[C++]
HRESULT put_StartTime(
  DATE Value

);

[C++]

Parameters

Value [out, retval]

  Value is a parameter of type DATE

Value [in]

  Value is a parameter of type DATE

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

StartTime specifies the route's start time.  This property is used in conjunction with the UseStartTime property which specifies if the start time is used or not.

See Also

INARouteSolver2 Interface