Month.prev()

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

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

"prev" returns MARCH.