ArcObjects Library Reference (Location)  

ILocator2.BuildTime Property

The date and time the locator was built.

[Visual Basic .NET]
Public ReadOnly Property BuildTime As Object
[C#]
public object BuildTime {get;}
[C++]
HRESULT get_BuildTime(
  VARIANT* BuildTime
);
[C++]

Parameters

BuildTime [out, retval]   BuildTime is a parameter of type VARIANT

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The BulidTime property returns the date and time the locator was built.

See Also

ILocator2 Interface