SP.RegionalSettings.timeMarkerPosition property (sp.js)

Gets a value that indicates whether A.M. and P.M. appear before or after the time string.

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

var value = SP.RegionalSettings.get_timeMarkerPosition ()

Return value

An unsigned 32-bit integer that indicates the position of A.M. or P.M. in relation to the time string, where 0 indicates after and 1 indicates before.

REST resource endpoint

Endpoint URI structure

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

HTTP requests

This resource supports the following HTTP commands:

  • POST

POST syntax

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

GET syntax

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