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

Method getTimeHideGan

src/main/java/com/nlf/calendar/EightChar.java:401–403  ·  view source on GitHub ↗

获取时柱地支藏干,由于藏干分主气、余气、杂气,所以返回结果可能为1到3个元素 @return 天干

()

Source from the content-addressed store, hash-verified

399 * @return 天干
400 */
401 public List<String> getTimeHideGan() {
402 return LunarUtil.ZHI_HIDE_GAN.get(getTimeZhi());
403 }
404
405 /**
406 * 获取时柱五行

Callers 1

testHideGanMethod · 0.95

Calls 1

getTimeZhiMethod · 0.95

Tested by 1

testHideGanMethod · 0.76