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


IDocumentInfo2.DateSaved Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IDocumentInfo2.DateSaved Property

Date the document was last saved.

[Visual Basic .NET]
Public ReadOnly Property DateSaved As Object
[C#]
public object DateSaved {get;}
[C++]
HRESULT get_DateSaved(
  VARIANT* date
);
[C++]

Parameters date [out, retval] date is a parameter of type VARIANT

Product Availability

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

See Also

IDocumentInfo2 Interface