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


ITimeSlice.ToDate Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IT > ITimeSlice Interface > ITimeSlice.ToDate Property
ArcGIS Developer Help

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(
  System.DateTime* 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