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

Method ofDay

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

Source from the content-addressed store, hash-verified

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

Callers 3

isBeforeMethod · 0.95
isSameMethod · 0.95
isAfterMethod · 0.95

Calls 1

ofDateTimeMethod · 0.95

Tested by

no test coverage detected