_AppointmentItem.End Property

Returns or sets a Date 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
Property End As DateTime
    Get
    Set
'Usage
Dim instance As _AppointmentItem
Dim value As DateTime

value = instance.End

instance.End = value
DateTime End { get; set; }

Property Value

Type: System.DateTime

See Also

Reference

_AppointmentItem Interface

_AppointmentItem Members

Microsoft.Office.Interop.Outlook Namespace