.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


Created property
Example

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