org.jfree.date

Interface MonthConstants

Known Implementing Classes:
SerialDate, SpreadsheetDate

public interface MonthConstants

Useful constants for months. Note that these are NOT equivalent to the constants defined by java.util.Calendar (where JANUARY=0 and DECEMBER=11).

Used by the SerialDate and RegularTimePeriod classes.

Author:
David Gilbert

Field Summary

static int
APRIL
Constant for April.
static int
AUGUST
Constant for August.
static int
DECEMBER
Constant for December.
static int
FEBRUARY
Constant for February.
static int
JANUARY
Constant for January.
static int
JULY
Constant for July.
static int
JUNE
Constant for June.
static int
MARCH
Constant for March.
static int
MAY
Constant for May.
static int
NOVEMBER
Constant for November.
static int
OCTOBER
Constant for October.
static int
SEPTEMBER
Constant for September.

Field Details

APRIL

public static final int APRIL
Constant for April.
Field Value:
4

AUGUST

public static final int AUGUST
Constant for August.
Field Value:
8

DECEMBER

public static final int DECEMBER
Constant for December.
Field Value:
12

FEBRUARY

public static final int FEBRUARY
Constant for February.
Field Value:
2

JANUARY

public static final int JANUARY
Constant for January.
Field Value:
1

JULY

public static final int JULY
Constant for July.
Field Value:
7

JUNE

public static final int JUNE
Constant for June.
Field Value:
6

MARCH

public static final int MARCH
Constant for March.
Field Value:
3

MAY

public static final int MAY
Constant for May.
Field Value:
5

NOVEMBER

public static final int NOVEMBER
Constant for November.
Field Value:
11

OCTOBER

public static final int OCTOBER
Constant for October.
Field Value:
10

SEPTEMBER

public static final int SEPTEMBER
Constant for September.
Field Value:
9