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

Method fromDate

src/main/java/com/nlf/calendar/Solar.java:211–213  ·  view source on GitHub ↗

通过指定日期获取阳历 @param date 日期 @return 阳历

(Date date)

Source from the content-addressed store, hash-verified

209 * @return 阳历
210 */
211 public static Solar fromDate(Date date) {
212 return new Solar(date);
213 }
214
215 /**
216 * 通过指定日历获取阳历

Callers 6

SolarSeasonMethod · 0.95
SolarHalfYearMethod · 0.95
LunarMethod · 0.95
SolarMonthMethod · 0.95
SolarYearMethod · 0.95
SolarWeekMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected