MCPcopy Create free account
hub / github.com/apache/fory / buildLocalDate

Function buildLocalDate

integration_tests/idl_tests/javascript/roundtrip.ts:411–413  ·  view source on GitHub ↗
(year: number, month: number, day: number)

Source from the content-addressed store, hash-verified

409}
410
411function buildLocalDate(year: number, month: number, day: number): Date {
412 return new Date(year, month - 1, day, 0, 0, 0, 0);
413}
414
415function buildExampleLeaf(): ExampleLeaf {
416 return {

Callers 2

buildExampleMessageFunction · 0.70
buildOptionalHolderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected