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.