MCPcopy Index your code
hub / github.com/csev/py4e / getSetMonth

Function getSetMonth

code/gmane/Chart.bundle.js:2293–2301  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

2291 }
2292
2293 function getSetMonth (value) {
2294 if (value != null) {
2295 setMonth(this, value);
2296 utils_hooks__hooks.updateOffset(this, true);
2297 return this;
2298 } else {
2299 return get_set__get(this, 'Month');
2300 }
2301 }
2302
2303 function getDaysInMonth () {
2304 return daysInMonth(this.year(), this.month());

Callers

nothing calls this directly

Calls 2

setMonthFunction · 0.85
get_set__getFunction · 0.85

Tested by

no test coverage detected