(DatePlus datePlus)
| 380 | } |
| 381 | |
| 382 | public long ofMonth(DatePlus datePlus) { |
| 383 | return ofDateTime(ChronoUnit.MONTHS, datePlus); |
| 384 | } |
| 385 | |
| 386 | public long ofDay(DatePlus datePlus) { |
| 387 | return ofDateTime(ChronoUnit.DAYS, datePlus); |
no test coverage detected