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


INAServerNetworkDescription2.BuildTime Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerNetworkDescription2 Interface > INAServerNetworkDescription2.BuildTime Property
ArcGIS Developer Help

INAServerNetworkDescription2.BuildTime Property

Network Dataset build time.

[Visual Basic .NET]
Public ReadOnly Property BuildTime As DateTime
[C#]
public DateTime BuildTime {get;}
[C++]
HRESULT get_BuildTime(
  System.DateTime* BuildTime
);
[C++]
Parameters
BuildTime [out, retval]

BuildTime is a parameter of type DATE*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

BuildTime returns the last time the network dataset was built (in UTC time).

See Also

INAServerNetworkDescription2 Interface