CreationDateAsFileTimeUTC
This read-only workdoc property returns the UTC 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
CreationDateAsFileTimeUTC as Long
Sample Code
The following sample code shows how to return the creation date.
Dim dtCreationDateUTC as Long
dtCreationDateUTC = pWorkdoc.NamedProperty("CreationDateAsFileTimeUtc")