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

Method addDay

common/src/main/java/pro/tools/time/DatePlus.java:98–101  ·  view source on GitHub ↗
(long dayOfMonth)

Source from the content-addressed store, hash-verified

96 }
97
98 public DatePlus addDay(long dayOfMonth) {
99 this.localDateTime = this.localDateTime.plusDays(dayOfMonth);
100 return this;
101 }
102
103 public DatePlus addHour(long hour) {
104 this.localDateTime = this.localDateTime.plusHours(hour);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected