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


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

ITimeSlice.FromDate Property

Time slice left bound.

[Visual Basic .NET]
Public Property FromDate As DateTime
[C#]
public DateTime FromDate {get; set;}
[C++]
HRESULT get_FromDate(
  DATE* pFrom
);
[C++]
HRESULT put_FromDate(
  DATE pFrom
);
[C++]

Parameters pFrom [out, retval] pFrom is a parameter of type DATE pFrom [in] pFrom 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