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

Method compute

src/main/java/com/nlf/calendar/Lunar.java:395–402  ·  view source on GitHub ↗
(LunarYear lunarYear)

Source from the content-addressed store, hash-verified

393 }
394
395 private void compute(LunarYear lunarYear) {
396 computeJieQi(lunarYear);
397 computeYear();
398 computeMonth();
399 computeDay();
400 computeTime();
401 computeWeek();
402 }
403
404 /**
405 * 通过指定阳历日期获取农历

Callers 1

LunarMethod · 0.95

Calls 6

computeJieQiMethod · 0.95
computeYearMethod · 0.95
computeMonthMethod · 0.95
computeDayMethod · 0.95
computeTimeMethod · 0.95
computeWeekMethod · 0.95

Tested by

no test coverage detected