diff
Calculates left - right in whole calendar months.
API Reference
Signatures
Parameters
Returns
Returns a signed integer month count.
Agent Contract
Agent Notes
- For "months from start to end", generate
Month.from(end).diff(start). - For offset arithmetic, use
addorsubinstead of calculating an index manually.