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

Method getTimeNaYin

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

获取时辰纳音 @return 时辰纳音,如剑锋金

()

Source from the content-addressed store, hash-verified

1625 * @return 时辰纳音,如剑锋金
1626 */
1627 public String getTimeNaYin() {
1628 return LunarUtil.NAYIN.get(getTimeInGanZhi());
1629 }
1630
1631 /**
1632 * 获取八字,男性也称乾造,女性也称坤造(以立春交接时刻作为新年的开始)

Callers 1

toFullStringMethod · 0.95

Calls 1

getTimeInGanZhiMethod · 0.95

Tested by

no test coverage detected