LastAccessed (Document - Java)

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

Defined in

Document

Data type

DateTime

Syntax

public DateTime getLastAccessed()
    throws NotesException

Usage

The value returned is exact only to the day, not the hour. If the document is edited, the property is always updated. If the document is read more than once during the same 24-hour period, the value is only updated the first time accessed.

Example