Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testJD2Solar
Method · 0.95
Lunar
Method · 0.95
computeJieQi
Method · 0.95
getPositionTaiSui
Method · 0.95
getZaoByGan
Method · 0.95
getZaoByZhi
Method · 0.95
Calls
no outgoing calls
Tested by
1
testJD2Solar
Method · 0.76