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