_CalendarView.DaysInMultiDayMode Property
Returns or sets an Integer (int in C#) value that represents the number of consecutive days displayed in the CalendarView object. Read/write
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Property DaysInMultiDayMode As Integer
Get
Set
'Usage
Dim instance As _CalendarView
Dim value As Integer
value = instance.DaysInMultiDayMode
instance.DaysInMultiDayMode = value
int DaysInMultiDayMode { get; set; }
Property Value
Type: System.Int32
Remarks
This property can be set to a value between 2 and 14. If this property is set to a value less than 2, the property is set to 2. If the this property is set to a value greater than 14, the property is set to 14. The default value for this property is 5.