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

Method SolarYear

src/main/java/com/nlf/calendar/SolarYear.java:27–29  ·  view source on GitHub ↗

默认当年

()

Source from the content-addressed store, hash-verified

25 * 默认当年
26 */
27 public SolarYear() {
28 this(new Date());
29 }
30
31 /**
32 * 通过日期初始化

Callers

nothing calls this directly

Calls 2

fromDateMethod · 0.95
getYearMethod · 0.45

Tested by

no test coverage detected