_TimelineView.ShowWeekNumbers Property

Definition

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 valueLabel 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.

Applies to