(DatePlus datePlus)
| 384 | } |
| 385 | |
| 386 | public long ofDay(DatePlus datePlus) { |
| 387 | return ofDateTime(ChronoUnit.DAYS, datePlus); |
| 388 | } |
| 389 | |
| 390 | public long ofHour(DatePlus datePlus) { |
| 391 | return ofDateTime(ChronoUnit.HOURS, datePlus); |
no test coverage detected