Share via


_CalendarSharing.EndDate Property

Returns or sets 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
Property EndDate As DateTime
    Get
    Set
'Usage
Dim instance As _CalendarSharing
Dim value As DateTime

value = instance.EndDate

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

Property Value

Type: System.DateTime
A Date value representing the inclusive end date of the range of calendar items to be shared.

Remarks

This property is ignored if the IncludeWholeCalendar property of the CalendarSharing object is set to true.

See Also

Reference

_CalendarSharing Interface

_CalendarSharing Members

Microsoft.Office.Interop.Outlook Namespace