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

Method addMinutes

common/src/main/java/pro/tools/time/DatePlus.java:108–111  ·  view source on GitHub ↗
(long minutes)

Source from the content-addressed store, hash-verified

106 }
107
108 public DatePlus addMinutes(long minutes) {
109 this.localDateTime = this.localDateTime.plusMinutes(minutes);
110 return this;
111 }
112
113 public DatePlus addSeconds(long seconds) {
114 this.localDateTime = this.localDateTime.plusSeconds(seconds);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected