Share via


CalendarView.MonthShowEndTime Property

Outlook Developer Reference

Returns or sets a Boolean value that indicates whether end times for Outlook items are displayed in the CalendarView object. Read/write.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.MonthShowEndTime

expression   A variable that represents a CalendarView object.

Remarks

The value of this property is applicable only when when the CalendarViewMode property of the CalendarView object is set to olCalendarViewMonth.

See Also