MCPcopy Create free account
hub / github.com/SeanDragon/protools / ofHour

Method ofHour

common/src/main/java/pro/tools/time/DatePlus.java:390–392  ·  view source on GitHub ↗
(DatePlus datePlus)

Source from the content-addressed store, hash-verified

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);

Callers 3

isBeforeMethod · 0.95
isSameMethod · 0.95
isAfterMethod · 0.95

Calls 1

ofDateTimeMethod · 0.95

Tested by

no test coverage detected