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