MCPcopy Create free account
hub / github.com/UI5/webcomponents / getFirstDayOfWeek

Function getFirstDayOfWeek

packages/base/src/config/FormatSettings.ts:23–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 * @returns {Number} 0 (Sunday) through 6 (Saturday)
22 */
23const getFirstDayOfWeek = (): number | undefined => {
24 if (formatSettings === undefined) {
25 formatSettings = getFormatSettings();
26 }
27
28 return formatSettings.firstDayOfWeek;
29};
30
31const legacyDateFormats = getFeature<typeof LegacyDateFormats>("LegacyDateFormats");
32

Callers 1

_getFirstDayOfWeekMethod · 0.85

Calls 1

getFormatSettingsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…