Month

org.abh80.nf.util.DateUtil.Month
See theMonth companion object
enum Month(val asInt: Int) extends DateName

Enumeration for months. Use Month.getMonth to convert from integer.

Attributes

Companion
object
Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
trait DateName
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

case APRIL extends Month
case AUGUST extends Month
case DECEMBER extends Month
case FEBRUARY extends Month
case JANUARY extends Month
case JULY extends Month
case JUNE extends Month
case MARCH extends Month
case MAY extends Month
case NOVEMBER extends Month
case OCTOBER extends Month
case SEPTEMBER extends Month