Share via


_CalendarSharing.StartDate Property

Returns or sets the inclusive start 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 StartDate As DateTime
    Get
    Set
'Usage
Dim instance As _CalendarSharing
Dim value As DateTime

value = instance.StartDate

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

Property Value

Type: System.DateTime
Date

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