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

Method getStartSolar

src/main/java/com/nlf/calendar/eightchar/Yun.java:191–197  ·  view source on GitHub ↗

获取起运的阳历日期 @return 阳历日期

()

Source from the content-addressed store, hash-verified

189 * @return 阳历日期
190 */
191 public Solar getStartSolar() {
192 Solar solar = lunar.getSolar();
193 solar = solar.nextYear(startYear);
194 solar = solar.nextMonth(startMonth);
195 solar = solar.next(startDay);
196 return solar.nextHour(startHour);
197 }
198
199 /**
200 * 获取10轮大运

Callers 11

testQiYunMethod · 0.95
test1Method · 0.95
test2Method · 0.95
test3Method · 0.95
test4Method · 0.95
test5Method · 0.95
test6Method · 0.95
test4Method · 0.80
test5Method · 0.80
test6Method · 0.80
DaYunMethod · 0.80

Calls 5

nextYearMethod · 0.95
nextMonthMethod · 0.95
nextMethod · 0.95
nextHourMethod · 0.95
getSolarMethod · 0.45

Tested by 10

testQiYunMethod · 0.76
test1Method · 0.76
test2Method · 0.76
test3Method · 0.76
test4Method · 0.76
test5Method · 0.76
test6Method · 0.76
test4Method · 0.64
test5Method · 0.64
test6Method · 0.64