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

Method fromYm

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

通过指定年月获取阳历月 @param year 年 @param month 月 @return 阳历月

(int year, int month)

Source from the content-addressed store, hash-verified

87 * @return 阳历月
88 */
89 public static SolarMonth fromYm(int year, int month) {
90 return new SolarMonth(year, month);
91 }
92
93 /**
94 * 获取年

Callers 3

nextMethod · 0.95
nextMethod · 0.95
nextMonthMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected