Equations
- Std.Time.Year.instReprEra = { reprPrec := Std.Time.Year.reprEra✝ }
Equations
- Std.Time.Year.instInhabitedEra = { default := Std.Time.Year.Era.bce }
Equations
- Std.Time.Year.instToStringEra = { toString := fun (x : Std.Time.Year.Era) => match x with | Std.Time.Year.Era.bce => "BCE" | Std.Time.Year.Era.ce => "CE" }
Equations
Equations
Equations
Equations
Equations
Equations
Equations
Equations
Equations
- Std.Time.Year.instOfNatOffset = { ofNat := Int.ofNat n }
@[inline]
Converts the Year
offset to a Month
offset.
Equations
Instances For
Returns the Era
of the Year
.
Instances For
Calculates the number of days in the specified year
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Calculates the number of weeks in the specified year
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[reducible, inline]
Checks if the given date is valid for the specified year, month, and day.