This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > IComputeDirtyAreaParameters Interface > IComputeDirtyAreaParameters.TimeStamp Property (ArcObjects .NET 10.5 SDK) |
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(
DATE pTimeStamp
);
[C++]
Parameters pTimeStamp [out, retval] pTimeStamp is a parameter of type DATE pTimeStamp [in] pTimeStamp is a parameter of type DATE