_TaskItem.DateCompleted Property
Returns or sets a DateTime indicating the completion date of the task. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property DateCompleted As DateTime
Get
Set
'Usage
Dim instance As _TaskItem
Dim value As DateTime
value = instance.DateCompleted
instance.DateCompleted = value
[DispIdAttribute()]
DateTime DateCompleted { get; set; }
Property Value
Type: System.DateTime