MCPcopy Create free account
hub / github.com/tinyplex/tinybase / dateGetUTCHours

Function dateGetUTCHours

src/common/other.ts:79–79  ·  view source on GitHub ↗
(dateObj: Date)

Source from the content-addressed store, hash-verified

77export const dateGetUTCDay = (dateObj: Date): number => dateObj.getUTCDay();
78
79export const dateGetUTCHours = (dateObj: Date): number => dateObj.getUTCHours();
80
81export const dateGetUTCMinutes = (dateObj: Date): number =>
82 dateObj.getUTCMinutes();

Callers 1

getTimeTickLabelFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…