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

Method getYear

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

获取年 @return 年

()

Source from the content-addressed store, hash-verified

89 * @return
90 */
91 public int getYear() {
92 return year;
93 }
94
95 /**
96 * 获取本年的阳历月列表

Callers 2

testMethod · 0.95
SolarYearMethod · 0.45

Calls

no outgoing calls

Tested by 1

testMethod · 0.76