Month.next()

Obtains the next Month of the this object. For example, if your Day object contains APRIL,

month as Month month = APRIL display month.next()

"next" returns MAY.