_JournalItem.Duration Property
Returns or sets an Integer (int in C#) value indicating the duration (in minutes) of the JournalItem Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property Duration As Integer
Get
Set
'Usage
Dim instance As _JournalItem
Dim value As Integer
value = instance.Duration
instance.Duration = value
[DispIdAttribute()]
int Duration { get; set; }
Property Value
Type: System.Int32