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

Method toFullString

src/main/java/com/nlf/calendar/Tao.java:213–215  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

211 }
212
213 public String toFullString() {
214 return String.format("道歷%s年,天運%s年,%s月,%s日。%s月%s日,%s時。", getYearInChinese(), lunar.getYearInGanZhi(), lunar.getMonthInGanZhi(), lunar.getDayInGanZhi(), getMonthInChinese(), getDayInChinese(), lunar.getTimeZhi());
215 }
216
217}

Callers 1

testMethod · 0.95

Calls 7

getYearInChineseMethod · 0.95
getMonthInChineseMethod · 0.95
getDayInChineseMethod · 0.95
getYearInGanZhiMethod · 0.80
getMonthInGanZhiMethod · 0.80
getDayInGanZhiMethod · 0.80
getTimeZhiMethod · 0.45

Tested by 1

testMethod · 0.76