MCPcopy Index your code
hub / github.com/csev/py4e / duration_as__valueOf

Function duration_as__valueOf

code/gmane/Chart.bundle.js:4544–4551  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4542
4543 // TODO: Use this.as('ms')?
4544 function duration_as__valueOf () {
4545 return (
4546 this._milliseconds +
4547 this._days * 864e5 +
4548 (this._months % 12) * 2592e6 +
4549 toInt(this._months / 12) * 31536e6
4550 );
4551 }
4552
4553 function makeAs (alias) {
4554 return function () {

Callers

nothing calls this directly

Calls 1

toIntFunction · 0.85

Tested by

no test coverage detected