CreationDate

This read-only workdoc property returns the creation date of the current workdoc. When a document is placed in a new exception batch, the attribute updates to a new date/time stamp.

Syntax

CreationDate as Date

Sample Code

The following sample code shows how to get the creation date.

Dim dtCreationDate as Date
dtCreationDate = pWorkdoc.NamedProperty("CreationDate")