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


IComputeDirtyAreaParameters.TimeStamp Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IComputeDirtyAreaParameters.TimeStamp Property

The instance in time used for selecting newer mosaic dataset items that contribute to the dirty area. Use the ITime.QueryOleTime method to convert from other formats for encoding time.

[Visual Basic .NET]
Public Property TimeStamp As DateTime
[C#]
public DateTime TimeStamp {get; set;}
[C++]
HRESULT get_TimeStamp(
  DATE pTimeStamp
);
[C++]
HRESULT put_TimeStamp(
  System.DateTime* pTimeStamp
);
[C++]

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

Product Availability

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

See Also

IComputeDirtyAreaParameters Interface