OlTimelineViewMode 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 when using a TimelineView object.
public enum class OlTimelineViewMode
public enum OlTimelineViewMode
Public Enum OlTimelineViewMode
- Inheritance
-
OlTimelineViewMode
Fields
Name | Value | Description |
---|---|---|
olTimelineViewDay | 0 | Displays a timeline in which the upper scale represents days and the lower scale represents hours. |
olTimelineViewWeek | 1 | Displays a timeline in which the upper scale represents weeks and the lower scale represents days. |
olTimelineViewMonth | 2 | Displays a timeline in which the upper scale represents months and the lower scale represents days. |