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

Method toFullString

src/main/java/com/nlf/calendar/SolarWeek.java:304–306  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

302 }
303
304 public String toFullString() {
305 return year + "年" + month + "月第" + getIndex() + "周";
306 }
307}

Callers 3

testMethod · 0.95
testFromMondayMethod · 0.95
testFromSundayMethod · 0.95

Calls 1

getIndexMethod · 0.95

Tested by 3

testMethod · 0.76
testFromMondayMethod · 0.76
testFromSundayMethod · 0.76