LastModified (Document - Java)

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

Defined in

Document

Data type

DateTime

Syntax

public DateTime getLastModified()
    throws NotesException

Usage

@Modified and LastModified are not equivalent.

  • @Modified reflects the "Modified (Initially)" document property and is equivalent to the Last Modified simple function.
  • LastModified reflects the "Modified (In this file)" document property and is roughly equivalent to @Accessed and the Last Read or Edited simple function.

Example