DateCompleted
Previous  Next

Gets when the task was completed.
You cannot set this property, it is set when the Complete property is set to true.
Syntax: DateCompleted As Long

Example:
Msgbox("Task completed on: " & Date(Task.DateCompleted))