This document is archived and information here might be outdated. Recommended version. |
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*