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


INAServerNetworkDescription2.BuildTime Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

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(
  DATE* 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