LastSaved (Object)

Applies To:

Document object, PluginDocument

Description:

Returns a value corresponding to the date on which a document was last saved. To get the date value, you must use the methods and properties of the Date object.

Action:

Read-only: Date object

Example:

This example shows how to print the date the document was last saved to the Console window:

Console.Writeln(ActiveDocument.LastSaved.toString())
Thu Jun 03 13:56:13 GMT-0700 (Pacific Daylight Time) 2001