MCPcopy Create free account
hub / github.com/MenoData/Time4J / minus

Method minus

base/src/main/java/net/time4j/GeneralTimestamp.java:212–216  ·  view source on GitHub ↗
(CalendarDays days)

Source from the content-addressed store, hash-verified

210 * @since 5.0
211 */
212 public GeneralTimestamp<C> minus(CalendarDays days) {
213
214 return this.plus(days.inverse());
215
216 }
217
218 /**
219 * <p>Subtracts given count of days from this general timestamp and return the result. </p>

Callers

nothing calls this directly

Calls 2

plusMethod · 0.95
inverseMethod · 0.45

Tested by

no test coverage detected