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);
Parameters
Value [out, retval]
Value is a parameter of type DATE
Value [in]
Value is a parameter of type DATE
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.