RegionalSettings.ShowWeeks property

Gets and sets whether to display the week number in day or week views of a calendar.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Property ShowWeeks As Boolean
    Get
    Set
'Usage
Dim instance As RegionalSettings
Dim value As Boolean

value = instance.ShowWeeks

instance.ShowWeeks = value
public bool ShowWeeks { get; set; }

Property value

Type: System.Boolean
true to display weeks on the calendar, otherwise false.

See also

Reference

RegionalSettings class

RegionalSettings members

Microsoft.SharePoint.Client namespace