SP.RegionalSettings.adjustHijriDays property (sp.js)

Gets or sets the number of days to extend or reduce the current month in Hijri calendars.

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

var value = SP.RegionalSettings.get_adjustHijriDays ()

Return value

A 16-bit integer that specifies the number of days.

REST resource endpoint

Endpoint URI structure

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

HTTP requests

This resource supports the following HTTP commands:

  • POST

POST syntax

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

GET syntax

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

Alert

Certain objects implement the IDisposable interface, and you must avoid retaining these objects in memory after they are no longer needed. For information about good coding practices, see Disposing Objects.