SP.RegionalSettings.workDays property (sp.js)

Gets or sets a number that represents the work days of Web site calendars.

Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var value = SP.RegionalSettings.get_workDays ()

Return value

Undefined

REST resource endpoint

Endpoint URI structure

http://<sitecollection>/<site>/_api/web/RegionalSettings/workDays

HTTP requests

This resource supports the following HTTP commands:

  • POST

POST syntax

POST http://<sitecollection>/<site>/_api/web/RegionalSettings/workDays

GET syntax

GET http://<sitecollection>/<site>/_api/web/RegionalSettings/workDays

Remarks

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