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

Method fromBaZi

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

通过八字获取阳历列表(晚子时日柱按当天,起始年为1900) @param yearGanZhi 年柱 @param monthGanZhi 月柱 @param dayGanZhi 日柱 @param timeGanZhi 时柱 @return 符合的阳历列表

(String yearGanZhi, String monthGanZhi, String dayGanZhi, String timeGanZhi)

Source from the content-addressed store, hash-verified

269 * @return 符合的阳历列表
270 */
271 public static List<Solar> fromBaZi(String yearGanZhi, String monthGanZhi, String dayGanZhi, String timeGanZhi) {
272 return fromBaZi(yearGanZhi, monthGanZhi, dayGanZhi, timeGanZhi, 2);
273 }
274
275 /**
276 * 通过八字获取阳历列表(起始年为1900)

Callers 15

testBazi2Solar6Method · 0.95
testBazi2Solar7Method · 0.95
testBazi2SolarMethod · 0.95
testBazi2Solar2Method · 0.95
testBazi2Solar6Method · 0.95
testBazi2Solar7Method · 0.95
testBazi2SolarMethod · 0.95
testBazi2Solar2Method · 0.95
testBazi2Solar3Method · 0.95
testBaZi2SolarMethod · 0.95
testBaZi2Solar1Method · 0.95
testBaZi2Solar2Method · 0.95

Calls 15

findMethod · 0.95
getJiaZiIndexMethod · 0.95
fromYmdMethod · 0.95
getYearMethod · 0.95
getDayInGanZhiExact2Method · 0.95
getLunarMethod · 0.95
nextMethod · 0.95
getHourMethod · 0.95
getMinuteMethod · 0.95
getSecondMethod · 0.95
fromYmdHmsMethod · 0.95
getMonthMethod · 0.95

Tested by 15

testBazi2Solar6Method · 0.76
testBazi2Solar7Method · 0.76
testBazi2SolarMethod · 0.76
testBazi2Solar2Method · 0.76
testBazi2Solar6Method · 0.76
testBazi2Solar7Method · 0.76
testBazi2SolarMethod · 0.76
testBazi2Solar2Method · 0.76
testBazi2Solar3Method · 0.76
testBaZi2SolarMethod · 0.76
testBaZi2Solar1Method · 0.76
testBaZi2Solar2Method · 0.76