()
| 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 |
no outgoing calls
no test coverage detected