This document is archived and information here might be outdated.  Recommended version.


ISMTripPlanSettings.DayDriveEnd Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesFile)  

ISMTripPlanSettings.DayDriveEnd Property

Time from midnight when driving must stop every day.

[Visual Basic .NET]
Public Property DayDriveEnd As DateTime
[C#]
public DateTime DayDriveEnd {get; set;}
[C++]
HRESULT get_DayDriveEnd(
  DATE* pVal
);
[C++]
HRESULT put_DayDriveEnd(
  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 time when driving must end everyday.

See Also

ISMTripPlanSettings Interface