MCPcopy Create free account
hub / github.com/codemix/graph /

Class

packages/graph/src/TemporalTypes.ts:321–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319 * - offsetMinutes: The timezone offset in minutes
320 */
321export class TimeValue implements TemporalValue {
322 public readonly temporalType = "time";
323
324 #hour: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected