(DatePlus datePlus)
| 376 | } |
| 377 | |
| 378 | public long ofYear(DatePlus datePlus) { |
| 379 | return ofDateTime(ChronoUnit.YEARS, datePlus); |
| 380 | } |
| 381 | |
| 382 | public long ofMonth(DatePlus datePlus) { |
| 383 | return ofDateTime(ChronoUnit.MONTHS, datePlus); |
no test coverage detected