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

Formats given time to an ISO 8601 string.

Parameters

hour: NumberOrInteger | string

the hour value.

minute: NumberOrInteger | string

the minute value.

second: NumberOrInteger | string

the second value.

nanosecond: NumberOrInteger | string

the nanosecond value.

Returns

string

ISO string that represents given time.