(DatePlus datePlus)
| 388 | } |
| 389 | |
| 390 | public long ofHour(DatePlus datePlus) { |
| 391 | return ofDateTime(ChronoUnit.HOURS, datePlus); |
| 392 | } |
| 393 | |
| 394 | public long ofMinutes(DatePlus datePlus) { |
| 395 | return ofDateTime(ChronoUnit.MINUTES, datePlus); |
no test coverage detected