_CalendarSharing.EndDate Property
Returns or sets a DateTime value that indicates the inclusive end date of the range of calendar items to be shared by the CalendarSharing object. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property EndDate As DateTime
Get
Set
'Usage
Dim instance As _CalendarSharing
Dim value As DateTime
value = instance.EndDate
instance.EndDate = value
[DispIdAttribute()]
DateTime EndDate { get; set; }
Property Value
Type: System.DateTime
Remarks
This property is ignored if the IncludeWholeCalendar property of the CalendarSharing object is set to true.
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace