Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/6tail/lunar-java
/ getDayNaYin
Method
getDayNaYin
src/main/java/com/nlf/calendar/EightChar.java:338–340 ·
view source on GitHub ↗
获取日柱纳音 @return 纳音
()
Source
from the content-addressed store, hash-verified
336
* @
return
纳音
337
*/
338
public
String getDayNaYin() {
339
return
LunarUtil.NAYIN.get(getDay());
340
}
341
342
/**
343
* 获取日柱天干十神,也称日元、日干
Callers
2
testNaYin
Method · 0.95
getBaZiNaYin
Method · 0.95
Calls
1
getDay
Method · 0.95
Tested by
1
testNaYin
Method · 0.76