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


IDocumentInfo2.DateSaved Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDocumentInfo2 Interface > IDocumentInfo2.DateSaved Property
ArcGIS Developer Help

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