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


ITimeSlice.ToDate Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

ITimeSlice.ToDate Property

Time slice right bound.

[Visual Basic .NET]
Public Property ToDate As DateTime
[C#]
public DateTime ToDate {get; set;}
[C++]
HRESULT get_ToDate(
  DATE* pTo
);
[C++]
HRESULT put_ToDate(
  DATE pTo
);
[C++]

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

Product Availability

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

See Also

ITimeSlice Interface