Calendar.MONTH

Field number for <code>get</code> and <code>set</code> indicating the month. This is a calendar-specific value. The first month of the year in the Gregorian and Julian calendars is <code>JANUARY</code> which is 0; the last depends on the number of months in a year.

@see #JANUARY @see #FEBRUARY @see #MARCH @see #APRIL @see #MAY @see #JUNE @see #JULY @see #AUGUST @see #SEPTEMBER @see #OCTOBER @see #NOVEMBER @see #DECEMBER @see #UNDECIMBER

class Calendar
enum int MONTH;

Meta