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

Method previous

base/src/main/java/net/time4j/Month.java:288–292  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

286 * @return previous month (rolling at january)
287 */
288 public Month previous() {
289
290 return this.roll(-1);
291
292 }
293
294 /**
295 * <p>Rolls this month by given amount of months. </p>

Callers

nothing calls this directly

Calls 1

rollMethod · 0.95

Tested by

no test coverage detected