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

Class

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

Source from the content-addressed store, hash-verified

491 * - hour, minute, second, millisecond, microsecond, nanosecond (from LocalTimeValue)
492 */
493export class LocalDateTimeValue implements TemporalValue {
494 public readonly temporalType = "localdatetime";
495
496 #year: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected