OlDayWeekTimeScale 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.
Specifies the scale of time periods used to display Outlook items in a CalendarView object.
public enum class OlDayWeekTimeScale
public enum OlDayWeekTimeScale
Public Enum OlDayWeekTimeScale
- Inheritance
-
OlDayWeekTimeScale
Fields
Name | Value | Description |
---|---|---|
olTimeScale5Minutes | 0 | Indicates that each time period represents 5 minutes. |
olTimeScale6Minutes | 1 | Indicates that each time period represents 6 minutes. |
olTimeScale10Minutes | 2 | Indicates that each time period represents 10 minutes. |
olTimeScale15Minutes | 3 | Indicates that each time period represents 15 minutes. |
olTimeScale30Minutes | 4 | Indicates that each time period represents 30 minutes. |
olTimeScale60Minutes | 5 | Indicates that each time period represents 60 minutes. |