MCPcopy Create free account
hub / github.com/apache/echarts / dateSetterName

Function dateSetterName

src/util/time.ts:507–509  ·  view source on GitHub ↗
(isUTC: boolean)

Source from the content-addressed store, hash-verified

505}
506
507export function dateSetterName(isUTC: boolean) {
508 return isUTC ? 'setUTCDate' : 'setDate';
509}
510
511export function hoursSetterName(isUTC: boolean) {
512 return isUTC ? 'setUTCHours' : 'setHours';

Callers 2

addLevelTicksFunction · 0.90
roundTimeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected