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