OlTimelineViewMode Enumeration
Indicates the view mode when using a TimelineView object.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Enumeration OlTimelineViewMode
'Usage
Dim instance As OlTimelineViewMode
public enum OlTimelineViewMode
Members
Member name | Description | |
---|---|---|
olTimelineViewDay | Displays a timeline in which the upper scale represents days and the lower scale represents hours. | |
olTimelineViewWeek | Displays a timeline in which the upper scale represents weeks and the lower scale represents days. | |
olTimelineViewMonth | Displays a timeline in which the upper scale represents months and the lower scale represents days. |