TimePrinted Element [Visio 2003 SDK Documentation]

Contains an ISO (International Organization for Standardization) date and time value indicating when the document was last printed.

Syntax

<TimePrinted>
</TimePrinted>

Attributes

None

Element properties

Property Value
Name TimePrinted 
Minimum Occurrences
Maximum Occurrences

Element information

Parent elements

DocumentProperties

Child elements

None

Remarks

If the document has not been printed, the TimePrinted element contains the same value as the TimeCreated element.

Example

The following example was excerpted for clarity.

<DocumentProperties>
  … 
  <TimeCreated>2001-03-21T14:24:35</TimeCreated> 
  <TimeSaved>2001-03-27T10:57:14</TimeSaved> 
  <TimeEdited>2001-03-27T10:56:33</TimeEdited> 
  <TimePrinted>2001-03-21T14:24:35</TimePrinted> 
</DocumentProperties>

See also

TimePrinted property