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

Method getDayInChinese

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

获取中文日 @return 中文日,如初一

()

Source from the content-addressed store, hash-verified

774 * @return 中文日,如初一
775 */
776 public String getDayInChinese() {
777 return LunarUtil.DAY[day];
778 }
779
780 /**
781 * 获取时辰(地支)

Callers 4

testMethod · 0.95
testLunarTimeGanZhiMethod · 0.95
testLunarTimeGanMethod · 0.95
toStringMethod · 0.95

Calls

no outgoing calls

Tested by 3

testMethod · 0.76
testLunarTimeGanZhiMethod · 0.76
testLunarTimeGanMethod · 0.76