now
Reads the local system clock and returns the current month point value. The month
value is the local year and month; today's day is kept as a hidden anchor, so day
precision renders today's date. It is equivalent to Month.from(new Date()).
API Reference
Signature
Parameters
None.
Returns
Returns a new Month for the current local year and month, carrying today's local
day as the hidden day anchor.
Agent Contract
Agent Notes
Month.now()is a boundary clock read; it does not performDatemonth arithmetic.- For a default "current month", generate
Month.now()rather than constructing aDatemanually. - The current day is only a formatting anchor; it never affects month arithmetic, comparison, or difference.