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


IItemURI.SourceTimeStamp Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IItemURI.SourceTimeStamp Property

The timestamp associated with the data source referenced by this item URI.

[Visual Basic .NET]
Public Property SourceTimeStamp As DateTime
[C#]
public DateTime SourceTimeStamp {get; set;}
[C++]
HRESULT get_SourceTimeStamp(
  DATE* pSourceTimeStamp
);
[C++]
HRESULT put_SourceTimeStamp(
  DATE pSourceTimeStamp
);
[C++]

Parameters pSourceTimeStamp [out, retval] pSourceTimeStamp is a parameter of type DATE pSourceTimeStamp [in] pSourceTimeStamp is a parameter of type DATE

Product Availability

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

See Also

IItemURI Interface