MCPcopy Index your code
hub / github.com/microsoft/SandDance / utcFloor

Function utcFloor

docs/app/js/sanddance-app.js:111342–111344  ·  view source on GitHub ↗
(units, step)

Source from the content-addressed store, hash-verified

111340 [WEEK]: (w, y)=>weekday(w, 0, utcFirst(y))
111341};
111342function utcFloor(units, step) {
111343 return floor(units, step || 1, utcGet, utcInv, utcDate);
111344}
111345const timeIntervals = {
111346 [YEAR]: (0, _d3Time.timeYear),
111347 [QUARTER]: (0, _d3Time.timeMonth).every(3),

Callers

nothing calls this directly

Calls 1

floorFunction · 0.70

Tested by

no test coverage detected