This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IT > ITimeSlice Interface > ITimeSlice.ToDate Property (ArcObjects .NET 10.4 SDK) |
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