- ofDay(LocalDate) - 类 中的静态方法cn.aethli.lunar.LunarDate
-
get a instance by a gregorian date
- ofDay(int, int, int, LunarDate.LeapType) - 类 中的静态方法cn.aethli.lunar.LunarDate
-
get a instance by lunar date(year,month,day)
attention:LeapType.LEAP_0 Equivalent to LeapType.LEAP_0
- ofMonth(LocalDate) - 类 中的静态方法cn.aethli.lunar.LunarDate
-
get a LunarDate array by gregorian date, from first day of month to end day of month
- ofMonth(int, int, LunarDate.LeapType) - 类 中的静态方法cn.aethli.lunar.LunarDate
-
get a LunarDate array by lunar date, from first day of month to end day of month
attention:LeapType.LEAP_0 Equivalent to LeapType.LEAP_0