Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
function temporalUtil.timeToIsoString
import { temporalUtil } from "https://deno.land/x/neo4j_lite_client@4.4.6/core/internal/index.ts";
const { timeToIsoString } = 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.