OlDayWeekTimeScale Enumeration
Specifies the scale of time periods used to display Outlook items in a CalendarView object.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Enumeration OlDayWeekTimeScale
'Usage
Dim instance As OlDayWeekTimeScale
public enum OlDayWeekTimeScale
Members
Member name | Description | |
---|---|---|
olTimeScale5Minutes | Indicates that each time period represents 5 minutes. | |
olTimeScale6Minutes | Indicates that each time period represents 6 minutes. | |
olTimeScale10Minutes | Indicates that each time period represents 10 minutes. | |
olTimeScale15Minutes | Indicates that each time period represents 15 minutes. | |
olTimeScale30Minutes | Indicates that each time period represents 30 minutes. | |
olTimeScale60Minutes | Indicates that each time period represents 60 minutes. |