_AppointmentItem.End Property
Returns or sets a DateTime indicating the end date and time of an AppointmentItem. 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 _AppointmentItem
Dim value As DateTime
value = instance.End
instance.End = value
[DispIdAttribute()]
DateTime End { get; set; }
Property Value
Type: System.DateTime
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace
Other Resources
How to: Import Appointment XML Data into Outlook Appointment Objects
How to: Create an Exception Appointment in a Recurring Appointment Series