Свойство RegionalSettings.ShowWeeks
Gets and sets whether to display the week number in day or week views of a calendar.
Пространство имен: Microsoft.SharePoint.Client
Сборки: Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)
Синтаксис
'Декларация
Public Property ShowWeeks As Boolean
Get
Set
'Применение
Dim instance As RegionalSettings
Dim value As Boolean
value = instance.ShowWeeks
instance.ShowWeeks = value
public bool ShowWeeks { get; set; }
Значение свойства
Тип: System.Boolean
true to display weeks on the calendar, otherwise false.