Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.