_CalendarSharing.StartDate Property
Returns or sets a DateTime value that indicates 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
<DispIdAttribute()> _
Property StartDate As DateTime
Get
Set
'Usage
Dim instance As _CalendarSharing
Dim value As DateTime
value = instance.StartDate
instance.StartDate = value
[DispIdAttribute()]
DateTime StartDate { 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