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

Function utcInterval

docs/app/js/sanddance-app.js:111374–111376  ·  view source on GitHub ↗
(unit)

Source from the content-addressed store, hash-verified

111372 return timeIntervals[unit];
111373}
111374function utcInterval(unit) {
111375 return utcIntervals[unit];
111376}
111377function offset(ival, date, step) {
111378 return ival ? ival.offset(date, step) : undefined;
111379}

Callers 2

utcOffsetFunction · 0.70
utcSequenceFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected