Created (NotesDocument - LotusScript®)

Read-only. The date/time a document was created.

Defined in

NotesDocument

Data type

Variant of type DATE

Syntax

To get: dateV = notesDocument .Created

Usage

This property is useful when you're writing a script to archive documents. You can compare the date that a document is created with a cutoff date. If the document is created before the date, you archive it.

Example