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

Method getDayInGanZhiExact

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

获取干支纪日(日柱,晚子时日柱算明天) @return 干支纪日(日柱),如己卯

()

Source from the content-addressed store, hash-verified

614 * @return 干支纪日(日柱),如己卯
615 */
616 public String getDayInGanZhiExact() {
617 return getDayGanExact() + getDayZhiExact();
618 }
619
620 /**
621 * 获取干支纪日(日柱,晚子时日柱算当天)

Callers 9

test19Method · 0.95
getTimeYiMethod · 0.95
getTimeJiMethod · 0.95
getDayXunExactMethod · 0.95
getDayXunKongExactMethod · 0.95
fromBaZiMethod · 0.95
getDayMethod · 0.80
getYiMethod · 0.80
getJiMethod · 0.80

Calls 2

getDayGanExactMethod · 0.95
getDayZhiExactMethod · 0.95

Tested by 1

test19Method · 0.76