LastModified (NotesView - JavaScript)

Read-only. The date that a view was last modified.

Defined in

NotesView

Syntax

getLastModified() : NotesDateTime

Examples

This computed field displays the creation and last modification date of a view associated with a page data source.
return view1.getName() + " created on " + view1.getCreated().getLocalTime() +
" and last modified on " + view1.getLastModified()