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


ITableCrawler.TimeStampField Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ITableCrawler.TimeStampField Property

The name of the field that contains time stamp value associated with the row.

[Visual Basic .NET]
Public Property TimeStampField As String
[C#]
public string TimeStampField {get; set;}
[C++]
HRESULT get_TimeStampField(
  BSTR* pTimeStampField
);
[C++]
HRESULT put_TimeStampField(
  BSTR pTimeStampField
);
[C++]

Parameters pTimeStampField [out, retval] pTimeStampField is a parameter of type BSTR pTimeStampField [in] pTimeStampField is a parameter of type BSTR

Product Availability

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

See Also

ITableCrawler Interface