ArcObjects Library Reference (DataSourcesFile)  

ISMTripPlanSettings.TripStart Property

The start date of the trip.

[Visual Basic .NET]
Public Property TripStart As DateTime
[C#]
public DateTime TripStart {get; set;}
[C++]
HRESULT get_TripStart(
  DATE* pVal
);
[C++]
HRESULT put_TripStart(
  DATE pVal
);
[C++]

Parameters

pVal [out, retval]   pVal is a parameter of type DATE pVal [in]   pVal is a parameter of type DATE

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Returns the departure time for the first day of travel.

 

See Also

ISMTripPlanSettings Interface