Skip to main content
Latest
function internal.temporalUtil.assertValidHour
import { internal } from "https://deno.land/x/neo4j_lite_client@4.4.6/core/index.ts";
const { assertValidHour } = internal.temporalUtil;

Assert that the hour value is valid.

Parameters

the value to check.

Returns

the value of the hour if it is valid. Exception is thrown otherwise.