_CalendarView.MonthShowEndTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property bool MonthShowEndTime { bool get(); void set(bool value); };
public bool MonthShowEndTime { get; set; }
Public Property MonthShowEndTime As Boolean
Property Value
Remarks
The value of this property is applicable only when the CalendarViewMode property of the CalendarView object is set to olCalendarViewMonth.