TimePrinted Property [Visio 2003 SDK Documentation]

Returns the date and time the document was last printed.

dateRet = object**.TimePrinted**

dateRet     Date. The date and time the document was last printed.

object     Required. An expression that returns a Document object.

Version added

2002

Remarks

In the Date type, the value to the left of the decimal point represents the date, and the value to the right of the decimal point represents the time. For example, the Date value 38000.75 represents 6:00 P.M. on January 14, 2004.

If you convert a Date value to the String type, the date is rendered according to the short date format recognized by your computer. Times are displayed according to the time format (either 12-hour or 24-hour) recognized by your computer.

Applies to | Document object

See Also | Time property | TimeCreated property | TimeEdited property | TimeSaved property