获取阴历对象 @return 阴历对象
()
| 509 | * @return 阴历对象 |
| 510 | */ |
| 511 | public Lunar toLunar() { |
| 512 | Solar solar = new Solar(this.getYear(), this.getMonth(), this.getDayOfMonth()); |
| 513 | return ToolLunar.solartolunar(solar); |
| 514 | } |
| 515 | |
| 516 | /** |
| 517 | * 获取公历对象 |
no test coverage detected