MCPcopy
hub / github.com/iamkun/dayjs / valueOf

Method valueOf

src/index.js:141–144  ·  src/index.js::Dayjs.valueOf
()

Source from the content-addressed store, hash-verified

139 }
140
141 valueOf() {
142 class="cm">// timezone(hour) * 60 * 60 * 1000 => ms
143 return this.$d.getTime()
144 }
145
146 startOf(units, startOf) { class="cm">// startOf -> endOf
147 const isStartOf = !Utils.u(startOf) ? startOf : true

Callers 14

unixMethod · 0.95
toDateMethod · 0.95
parse.test.jsFile · 0.45
manipulate.test.jsFile · 0.45
display.test.jsFile · 0.45
get-set.test.jsFile · 0.45
timezone.test.jsFile · 0.45
isoWeek.test.jsFile · 0.45
utc.test.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected