Package org.jfree.chart.date
Interface MonthConstants
- All Known Implementing Classes:
Day,FixedMillisecond,Hour,Millisecond,Minute,Month,Quarter,RegularTimePeriod,Second,SerialDate,SpreadsheetDate,Week,Year
public interface MonthConstants
A set of constants for the month numbers (1 - 12).
-
Field Summary
Fields Modifier and Type Field Description static intAPRILConstant for April.static intAUGUSTConstant for August.static intDECEMBERConstant for December.static intFEBRUARYConstant for February.static intJANUARYConstant for January.static intJULYConstant for July.static intJUNEConstant for June.static intMARCHConstant for March.static intMAYConstant for May.static intNOVEMBERConstant for November.static intOCTOBERConstant for October.static intSEPTEMBERConstant for September.
-
Field Details
-
JANUARY
Constant for January.- See Also:
- Constant Field Values
-
FEBRUARY
Constant for February.- See Also:
- Constant Field Values
-
MARCH
Constant for March.- See Also:
- Constant Field Values
-
APRIL
Constant for April.- See Also:
- Constant Field Values
-
MAY
Constant for May.- See Also:
- Constant Field Values
-
JUNE
Constant for June.- See Also:
- Constant Field Values
-
JULY
Constant for July.- See Also:
- Constant Field Values
-
AUGUST
Constant for August.- See Also:
- Constant Field Values
-
SEPTEMBER
Constant for September.- See Also:
- Constant Field Values
-
OCTOBER
Constant for October.- See Also:
- Constant Field Values
-
NOVEMBER
Constant for November.- See Also:
- Constant Field Values
-
DECEMBER
Constant for December.- See Also:
- Constant Field Values
-