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

Method ofMonth

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

Source from the content-addressed store, hash-verified

380 }
381
382 public long ofMonth(DatePlus datePlus) {
383 return ofDateTime(ChronoUnit.MONTHS, datePlus);
384 }
385
386 public long ofDay(DatePlus datePlus) {
387 return ofDateTime(ChronoUnit.DAYS, datePlus);

Callers 3

isBeforeMethod · 0.95
isSameMethod · 0.95
isAfterMethod · 0.95

Calls 1

ofDateTimeMethod · 0.95

Tested by

no test coverage detected