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

Method toString

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

Source from the content-addressed store, hash-verified

297 }
298
299 @Override
300 public String toString() {
301 return year + "." + month + "." + getIndex();
302 }
303
304 public String toFullString() {
305 return year + "年" + month + "月第" + getIndex() + "周";

Callers 2

testFromMondayMethod · 0.95
testFromSundayMethod · 0.95

Calls 1

getIndexMethod · 0.95

Tested by 2

testFromMondayMethod · 0.76
testFromSundayMethod · 0.76