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

Method minutes

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

Source from the content-addressed store, hash-verified

4121 * @see ClockUnit#MINUTES
4122 */
4123 public Builder minutes(int num) {
4124
4125 this.set(num, MINUTES);
4126 return this;
4127
4128 }
4129
4130 /**
4131 * <p>Adds a second item. </p>

Calls 1

setMethod · 0.95