This document is archived and information here might be outdated. Recommended version. |
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(
System.DateTime* pFirstAddTimeStamp
);
[C++] Parameters pFirstAddTimeStamp [in]
pFirstAddTimeStamp is a parameter of type DATE pFirstAddTimeStamp [out, retval]
pFirstAddTimeStamp is a parameter of type DATE*