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

Method months

base/src/main/java/net/time4j/Duration.java:4048–4053  ·  view source on GitHub ↗
(int num)

Source from the content-addressed store, hash-verified

4046 * @see CalendarUnit#MONTHS
4047 */
4048 public Builder months(int num) {
4049
4050 this.set(num, MONTHS);
4051 return this;
4052
4053 }
4054
4055 /**
4056 * <p>Adds a day item. </p>

Callers

nothing calls this directly

Calls 1

setMethod · 0.95

Tested by

no test coverage detected