Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
92243
function
utcWeekNum(d) {
92244
const
y = Date.UTC(d.getUTCFullYear(), 0, 1);
92245
return
_d3Time.utcWeek.count(y - 1, d);
92246
}
92247
92248
function
utcFirst(y) {
92249
t0.setTime(Date.UTC(y, 0, 1));
Callers
1
sanddance.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected