_CalendarView.MonthShowEndTime Property
Returns or sets a Boolean (bool in C#) value that indicates whether end times for Outlook items are 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
<DispIdAttribute()> _
Property MonthShowEndTime As Boolean
Get
Set
'Usage
Dim instance As _CalendarView
Dim value As Boolean
value = instance.MonthShowEndTime
instance.MonthShowEndTime = value
[DispIdAttribute()]
bool MonthShowEndTime { get; set; }
Property Value
Type: System.Boolean
Remarks
The value of this property is applicable only when the CalendarViewMode property of the CalendarView object is set to olCalendarViewMonth.