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

Method getDayZhi

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

获取日地支 @return 日地支,如卯

()

Source from the content-addressed store, hash-verified

659 * @return 日地支,如卯
660 */
661 public String getDayZhi() {
662 return LunarUtil.ZHI[dayZhiIndex + 1];
663 }
664
665 /**
666 * 获取日地支(晚子时日柱算明天)

Callers 7

getDayInGanZhiMethod · 0.95
getXiuMethod · 0.95
getDayShaMethod · 0.95
getTimeNineStarMethod · 0.95
getDayLuMethod · 0.95
isDayAnWuMethod · 0.45
getNineStarMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected