IDocument.ModificDate

Syntax

ModificDate: DateTime;

Description

The ModificDate property determines modification date of the file stored in the document.

Comments

Date of the last modification of the loaded file is set in this property during loading the document from the file. The zero date and time are set in the ModificDate property on loading the document from the stream. On loading new versions of the file, the property value is automatically updated.

Example

The example of use is given in description of the CreationDate property.

See also:

IDocument