This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeProperties Interface > IRasterTypeProperties.FirstAddTimeStamp Property (ArcObjects .NET 10.4 SDK) |
The time when this raster type was first used for adding rasters to the mosaic dataset. The value in this property also appears in the moasic dataset's raster type table.
[Visual Basic .NET]
Public Property FirstAddTimeStamp As DateTime
[C#]
public DateTime FirstAddTimeStamp {get; set;}
[C++]
HRESULT get_FirstAddTimeStamp(
DATE* pFirstAddTimeStamp
);
[C++]
HRESULT put_FirstAddTimeStamp(
DATE pFirstAddTimeStamp
);
[C++]
Parameters pFirstAddTimeStamp [out, retval] pFirstAddTimeStamp is a parameter of type DATE pFirstAddTimeStamp [in] pFirstAddTimeStamp is a parameter of type DATE