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


IDocumentInfo2.DatePrinted Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IDocumentInfo2.DatePrinted Property

Date the document was last printed.

[Visual Basic .NET]
Public ReadOnly Property DatePrinted As Object
[C#]
public object DatePrinted {get;}
[C++]
HRESULT get_DatePrinted(
  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