DateTimeControl.WorkWeek 属性

获取或设置一个七个字符的 string,指示一周中的工作日。

命名空间:  Microsoft.SharePoint.WebControls
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
<BindableAttribute(True)> _
Public Property WorkWeek As String
    Get
    Set
用法
Dim instance As DateTimeControl
Dim value As String

value = instance.WorkWeek

instance.WorkWeek = value
[BindableAttribute(true)]
public string WorkWeek { get; set; }

属性值

类型:System.String
指示一周,其中 1 是一个工作日,0 中的工作日七个字符的字符串不是一个工作日。默认值为"0111110,"它代表周一到周五工作周的第一天为周日一周的。

另请参阅

引用

DateTimeControl 类

DateTimeControl 成员

Microsoft.SharePoint.WebControls 命名空间