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


ITimeSlice.FromDate 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.FromDate Property
ArcGIS Developer Help

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