LastAccessed (NotesDocument - LotusScript®)

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

Defined in

NotesDocument

Data type

Variant of type DATE

Syntax

To get: dateV = notesDocument .LastAccessed

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