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