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

Function utcFirst

docs/app/js/sanddance-app.js:111271–111274  ·  view source on GitHub ↗
(y)

Source from the content-addressed store, hash-verified

111269 return (0, _d3Time.utcWeek).count(y - 1, d);
111270}
111271function utcFirst(y) {
111272 t0.setTime(Date.UTC(y, 0, 1));
111273 return t0.getUTCDay();
111274}
111275function utcDate(y, m, d, H, M, S, L) {
111276 if (0 <= y && y < 100) {
111277 const date = new Date(Date.UTC(-1, m, d, H, M, S, L));

Callers 1

sanddance-app.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected