MCPcopy Create free account
hub / github.com/6tail/lunar-java / Lunar

Method Lunar

src/main/java/com/nlf/calendar/Lunar.java:140–142  ·  view source on GitHub ↗

默认使用当前日期初始化

()

Source from the content-addressed store, hash-verified

138 * 默认使用当前日期初始化
139 */
140 public Lunar() {
141 this(new Date());
142 }
143
144 /**
145 * 通过农历年月日初始化

Callers

nothing calls this directly

Calls 15

fromYearMethod · 0.95
getMonthMethod · 0.95
getDayCountMethod · 0.95
fromJulianDayMethod · 0.95
getFirstJulianDayMethod · 0.95
fromYmdHmsMethod · 0.95
getYearMethod · 0.95
getMonthMethod · 0.95
getDayMethod · 0.95
computeMethod · 0.95
getMonthsMethod · 0.95
fromDateMethod · 0.95

Tested by

no test coverage detected