SharedWorkspaceFile.CreatedDate Property
Gets the date and time when the shared workspace object was created. Read-only.
Syntax
expression.CreatedDate
expression A variable that represents a SharedWorkspaceFile object.
Return Value
Variant
Example
The following example returns a list of shared workspace files whose date and time created is earlier than today.
| Visual Basic for Applications |
|---|
|