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

Class

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

Source from the content-addressed store, hash-verified

701 * - timezone: The timezone name (if provided)
702 */
703export class DateTimeValue implements TemporalValue {
704 public readonly temporalType = "datetime";
705
706 #year: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected