MCPcopy Create free account
hub / github.com/SeanDragon/protools / toLunar

Method toLunar

common/src/main/java/pro/tools/time/DatePlus.java:511–514  ·  view source on GitHub ↗

获取阴历对象 @return 阴历对象

()

Source from the content-addressed store, hash-verified

509 * @return 阴历对象
510 */
511 public Lunar toLunar() {
512 Solar solar = new Solar(this.getYear(), this.getMonth(), this.getDayOfMonth());
513 return ToolLunar.solartolunar(solar);
514 }
515
516 /**
517 * 获取公历对象

Callers 1

toGanZhiMethod · 0.95

Calls 4

getYearMethod · 0.95
getMonthMethod · 0.95
getDayOfMonthMethod · 0.95
solartolunarMethod · 0.95

Tested by

no test coverage detected