Skip to main content
Latest
method LocalDateTime.fromStandardDate
Re-export
import { LocalDateTime } from "https://deno.land/x/neo4j_lite_client@4.4.6/mod.ts";

Create a LocalDateTime object from the given standard JavaScript Date and optional nanoseconds. Time zone offset component of the given date is ignored.

Parameters

standardDate: StandardDate
  • The standard JavaScript date to convert.
optional
nanosecond: NumberOrInteger
  • The optional amount of nanoseconds.

Returns

New LocalDateTime.