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

Method computeWeek

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

计算星期

()

Source from the content-addressed store, hash-verified

389 * 计算星期
390 */
391 private void computeWeek() {
392 this.weekIndex = solar.getWeek();
393 }
394
395 private void compute(LunarYear lunarYear) {
396 computeJieQi(lunarYear);

Callers 1

computeMethod · 0.95

Calls 1

getWeekMethod · 0.45

Tested by

no test coverage detected