_CalendarView.MonthShowEndTime Property

Definition

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.

Applies to