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

Method getWeekInChinese

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

获取星期的中文 @return 日一二三四五六

()

Source from the content-addressed store, hash-verified

880 * @return 日一二三四五六
881 */
882 public String getWeekInChinese() {
883 return SolarUtil.WEEK[getWeek()];
884 }
885
886 /**
887 * 获取宿

Callers 2

toFullStringMethod · 0.95
testMethod · 0.45

Calls 1

getWeekMethod · 0.95

Tested by 1

testMethod · 0.36