MCPcopy Create free account
hub / github.com/microsoft/SandDance / utcWeekNum

Function utcWeekNum

docs/tests/v2/es6/js/sanddance.js:92243–92246  ·  view source on GitHub ↗
(d)

Source from the content-addressed store, hash-verified

92241};
92242
92243function utcWeekNum(d) {
92244 const y = Date.UTC(d.getUTCFullYear(), 0, 1);
92245 return _d3Time.utcWeek.count(y - 1, d);
92246}
92247
92248function utcFirst(y) {
92249 t0.setTime(Date.UTC(y, 0, 1));

Callers 1

sanddance.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected