LOTUSSCRIPT/COM/OLE CLASSES


LastFixup property
Example

Read-only. The date that a database was last checked by the Fixup task.

Note This property is new with Release 6.

Defined in

NotesDatabase

Data type

NotesDateTime object

Syntax

To get: dateV = notesDatabase.LastFixup

Usage

The database must be open to use this property.

Language cross-reference

LastFixup property in Java Database class

Example