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

Method fromJulianDay

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

通过指定儒略日获取阳历 @param julianDay 儒略日 @return 阳历

(double julianDay)

Source from the content-addressed store, hash-verified

229 * @return 阳历
230 */
231 public static Solar fromJulianDay(double julianDay) {
232 return new Solar(julianDay);
233 }
234
235 /**
236 * 通过指定年月日获取阳历

Callers 6

testJD2SolarMethod · 0.95
LunarMethod · 0.95
computeJieQiMethod · 0.95
getPositionTaiSuiMethod · 0.95
getZaoByGanMethod · 0.95
getZaoByZhiMethod · 0.95

Calls

no outgoing calls

Tested by 1

testJD2SolarMethod · 0.76