LOTUSSCRIPT/COM/OLE CLASSES


LastAccessed property
Example

Read-only. The date 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.

Language cross-reference

@Accessed function in formula language

LastAccessed property in Java Document class

Example
See Also