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