LOTUSSCRIPT/COM/OLE CLASSES
Read-only. The date 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.
Language cross-reference
Created property in Java Document class
@Created function in formula language
Example See Also