Day.next()

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

d as Day d = THURSDAY display d.next()

"next" returns FRIDAY.