gt
Returns whether the receiver is strictly later than another month. Comparison uses the month index only.
API Reference
Signatures
Parameters
Returns
Returns true when the left month is strictly later; otherwise false.
Throws
- Throws when an input value is not a valid month.
Agent Contract
Agent Notes
- Use comparison methods instead of relational operators on
Monthvalues. - Use ge when equality should also count as "later or equal".