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

Method SolarMonth

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

默认当月

()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

fromDateMethod · 0.95
getYearMethod · 0.95
getMonthMethod · 0.95

Tested by

no test coverage detected