ArcObjects Library Reference (DataSourcesFile)  

ISMRoutingMetaData.Time Property

Date and time of data creation in ISO 8601 format.

[Visual Basic .NET]
Public ReadOnly Property Time As String
[C#]
public string Time {get;}
[C++]
HRESULT get_Time(
  BSTR* pVal
);
[C++]

Parameters

pVal [out, retval]   pVal is a parameter of type BSTR

Product Availability

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

See Also

ISMRoutingMetaData Interface