FORMULA LANGUAGE


@Modified
Example

Returns a timeĀ­date value indicating when the document was last edited and saved.

Syntax

@Modified

Return value

lastModified


Usage

@Modified works correctly in column formulas and computed-for-display formulas.

When used in computed fields, @Modified returns a value representing the next-to-last time the document was saved. For example, if you modified and saved a document on the mornings of May 5th and 6th, then accessed the document in the afternoon on May 6th, the @Modified computed field would return the May 5th modification date, since the 5th was the next-to-last time the document was saved.

This function does not work in navigators, mail agent, paste agent, hide-when, section editor, or form formulas.

@Modified is similar to @Accessed, which indicates the last time a document was accessed for reading or writing.

Language cross-reference

LastModified property of LotusScript NotesDocument class

LastModified property of Java Document class

Example
See Also