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

Method ofYear

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

Source from the content-addressed store, hash-verified

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

Callers 3

isBeforeMethod · 0.95
isSameMethod · 0.95
isAfterMethod · 0.95

Calls 1

ofDateTimeMethod · 0.95

Tested by

no test coverage detected