This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMTripPlanSettings Interface > ISMTripPlanSettings.TripStart Property (ArcObjects .NET 10.4 SDK) |
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
Returns the departure time for the first day of travel.