min
Returns the earliest month among the given values. min is a static helper only.
API Reference
Signature
Parameters
Returns
Returns a new Month equal to the earliest value.
Throws
- Throws when called with no values.
Agent Contract
Agent Notes
minis static only — there is nomonth.min(...).- To bound a single month into a range, use clamp instead.