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

Method setDate

packages/localization/src/dates/CalendarDate.ts:101–105  ·  view source on GitHub ↗
(date: number)

Source from the content-addressed store, hash-verified

99 }
100
101 setDate(date: number) {
102 checkNumericLike(date, `Invalid date: ${date}`);
103 this._oUDate.setUTCDate(date);
104 return this;
105 }
106
107 getDay() {
108 return this._oUDate.getUTCDay();

Callers 14

getDaysInMonthFunction · 0.95
getMinCalendarDateFunction · 0.95
getMaxCalendarDateFunction · 0.95
modifyDateByFunction · 0.95
_onkeydownMethod · 0.95
_getFirstDayMethod · 0.95
_buildMonthsMethod · 0.95
_buildWeeksMethod · 0.80
_multipleSelectionMethod · 0.80
yesterdayToDatesFunction · 0.80
tomorrowToDatesFunction · 0.80

Calls 1

checkNumericLikeFunction · 0.85

Tested by

no test coverage detected