MCPcopy Create free account
hub / github.com/MarcusRainbow/QuantMath / from_ymd

Method from_ymd

src/dates/mod.rs:211–214  ·  view source on GitHub ↗

Constructs a date given a year, month and day. Note that this constructor does not validate that the year month and date are sensible, but does have reasonable behaviour when they are not. For example, 2001-02-30 is a synonym for 2000-03-02.

(year: i32, month: i32, date: i32)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

DateClass · 0.85

Tested by

no test coverage detected