DateTimeControl.ShowWeekNumber 属性
获取或设置一个值,该值指示是否在日历中显示的周数。
命名空间: Microsoft.SharePoint.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<BindableAttribute(True)> _
Public Property ShowWeekNumber As Boolean
Get
Set
用法
Dim instance As DateTimeControl
Dim value As Boolean
value = instance.ShowWeekNumber
instance.ShowWeekNumber = value
[BindableAttribute(true)]
public bool ShowWeekNumber { get; set; }
属性值
类型:System.Boolean
true如果控件显示的周数 ;否则为false。默认值为false。