SPRegionalSettings.WorkDays Property
Gets or sets a number that represents the work days of Web site calendars.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Property Value
Type: System.Int16A 16-bit integer that specifies the work days of the Web site calendars.
The WorkDays property contains a value that represents the work days in the user interface (UI). This value is converted to its binary value, and it is read from left to right starting on Sunday and ending on Saturday. The days that have 1 are the work days in the UI.
The following table shows possible values.
|
Property value |
Binary value |
Work days |
|---|---|---|
|
127 |
1111111 |
All |
|
0 |
0000000 |
None |
|
64 |
1000000 |
Sunday |
|
32 |
0100000 |
Monday |
|
16 |
0010000 |
Tuesday |
|
8 |
0001000 |
Wednesday |
|
4 |
0000100 |
Thursday |
|
2 |
0000010 |
Friday |
|
1 |
0000001 |
Sunday |
|
62 |
0111110 |
Monday to Friday |
0000001 should be "Saturday" instead of "Sunday"
0000001 should be "Saturday" instead of "Sunday"
- 8/5/2011
- ericccccccc