_TimelineView.ShowWeekNumbers Property
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.
Returns or sets a Boolean (bool in C#) value that indicates whether week number labels are displayed in the timeline scale for the TimelineView object. Read/write.
public:
property bool ShowWeekNumbers { bool get(); void set(bool value); };
public bool ShowWeekNumbers { get; set; }
Public Property ShowWeekNumbers As Boolean
Property Value
Remarks
If this property is set to True, the location in which week number labels are displayed in the timeline scale for the TimelineView object depends on the value of the TimelineViewMode property.
Property value | Label location | |
olTimelineViewDay | Displayed in the upper portion of the timeline scale, prefacing the date label. | |
olTimelineViewWeek | Displayed in the upper portion of the timeline scale, prefacing the week label. | |
olTimelineViewMonth | Displayed in the lower portion of the timeline scale, replacing the day and date labels. |