Interface MonthConstants

  • All 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.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      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.