Class LunarDate

java.lang.Object
com.luna.common.calendarist.pojo.CalendaristDate
com.luna.common.calendarist.pojo.LunarDate
All Implemented Interfaces:
Serializable

public class LunarDate extends CalendaristDate
阴历日期
See Also:
  • Constructor Details

    • LunarDate

      public LunarDate()
    • LunarDate

      public LunarDate(int year, int month, int day)
    • LunarDate

      public LunarDate(int year, int month, int day, int hour, int minute, int second, int millis)
    • LunarDate

      public LunarDate(int year, int month, int day, int hour, int minute, int second, int millis, boolean itsLeapMonth)
  • Method Details

    • getLeapMonth

      public int getLeapMonth()
    • setLeapMonth

      public void setLeapMonth(int leapMonth)
    • isItsLeapMonth

      public boolean isItsLeapMonth()
    • setItsLeapMonth

      public void setItsLeapMonth(boolean itsLeapMonth)
    • toString

      public String toString()
      Overrides:
      toString in class CalendaristDate