LastModified (NotesDatabase - JavaScript)

Read-only. The date/time that a database was last modified.

Defined in

NotesDatabase

Syntax

getLastModified() : NotesDateTime

Usage

The database must be open to use this property.

Examples

This computed field displays the last modification date for the current database.
return "Database \"" + database.getTitle() + "\" was last modified on " + database.getLastModified();