DateTimeControl.FirstWeekOfYear 属性
获取或设置一个值,指示一年的日历中显示的第一周。
命名空间: Microsoft.SharePoint.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<BindableAttribute(True)> _
Public Property FirstWeekOfYear As Short
Get
Set
用法
Dim instance As DateTimeControl
Dim value As Short
value = instance.FirstWeekOfYear
instance.FirstWeekOfYear = value
[BindableAttribute(true)]
public short FirstWeekOfYear { get; set; }
属性值
类型:System.Int16
指示显示在 DatePicker ; 一年的第一周short(在其中 1 月 1 日发生任何周),或者是 0 (的第一周至少有四天新年中),1 或 2 (一年的第一个完整周)。默认值为 0 (在其中 1 月 1 日发生周)。