org.pentaho.reporting.engine.classic.core.modules.gui.base.date
Interface MonthConstants


Deprecated.

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
          Deprecated. Constant for April.
static int AUGUST
          Deprecated. Constant for August.
static int DECEMBER
          Deprecated. Constant for December.
static int FEBRUARY
          Deprecated. Constant for February.
static int JANUARY
          Deprecated. Constant for January.
static int JULY
          Deprecated. Constant for July.
static int JUNE
          Deprecated. Constant for June.
static int MARCH
          Deprecated. Constant for March.
static int MAY
          Deprecated. Constant for May.
static int NOVEMBER
          Deprecated. Constant for November.
static int OCTOBER
          Deprecated. Constant for October.
static int SEPTEMBER
          Deprecated. Constant for September.
 

Field Detail

JANUARY

static final int JANUARY
Deprecated. 
Constant for January.

See Also:
Constant Field Values

FEBRUARY

static final int FEBRUARY
Deprecated. 
Constant for February.

See Also:
Constant Field Values

MARCH

static final int MARCH
Deprecated. 
Constant for March.

See Also:
Constant Field Values

APRIL

static final int APRIL
Deprecated. 
Constant for April.

See Also:
Constant Field Values

MAY

static final int MAY
Deprecated. 
Constant for May.

See Also:
Constant Field Values

JUNE

static final int JUNE
Deprecated. 
Constant for June.

See Also:
Constant Field Values

JULY

static final int JULY
Deprecated. 
Constant for July.

See Also:
Constant Field Values

AUGUST

static final int AUGUST
Deprecated. 
Constant for August.

See Also:
Constant Field Values

SEPTEMBER

static final int SEPTEMBER
Deprecated. 
Constant for September.

See Also:
Constant Field Values

OCTOBER

static final int OCTOBER
Deprecated. 
Constant for October.

See Also:
Constant Field Values

NOVEMBER

static final int NOVEMBER
Deprecated. 
Constant for November.

See Also:
Constant Field Values

DECEMBER

static final int DECEMBER
Deprecated. 
Constant for December.

See Also:
Constant Field Values