OlCalendarViewMode Enum
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.
Indicates the view mode specified in the CalendarViewMode property of the CalendarView object.
public enum class OlCalendarViewMode
public enum OlCalendarViewMode
Public Enum OlCalendarViewMode
- Inheritance
-
OlCalendarViewMode
Fields
Name | Value | Description |
---|---|---|
olCalendarViewDay | 0 | Displays a single day. |
olCalendarViewWeek | 1 | Displays a 7-day week. |
olCalendarViewMonth | 2 | Displays a month. |
olCalendarViewMultiDay | 3 | Displays a number of days equal to the DaysInMultiDayMode property value of the CalendarView object. |
olCalendarView5DayWeek | 4 | Displays a 5-day week. |