LastPrinted (Property)

Applies To:

QuerySection object,

Description:

Returns a data object corresponding to the last date a section was printed. To get the date value, use the methods and properties of the Date object.

Action:

Read-only: Date Object

Example:

This example shows how to print the date that the document was last printed in the Console window:

Console.Writeln(ActiveDocument.Sections["Query"].LastPrinted.toString())
Thu Jun 03 13:56:13 GMT-0700 (Pacific Daylight Time) 2001