MonthName.FEBRUARY

The month of February with 28 days, or 29 _in a leap year. This has the numeric value of {@code 2}.

struct MonthName
enum FEBRUARY = "FEBRUARY";

Meta