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

Method hours

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

Source from the content-addressed store, hash-verified

4096 * @see ClockUnit#HOURS
4097 */
4098 public Builder hours(int num) {
4099
4100 this.set(num, HOURS);
4101 return this;
4102
4103 }
4104
4105 /**
4106 * <p>Adds a minute item. </p>

Calls 1

setMethod · 0.95