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

Method days

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

Source from the content-addressed store, hash-verified

4071 * @see CalendarUnit#DAYS
4072 */
4073 public Builder days(int num) {
4074
4075 this.set(num, DAYS);
4076 return this;
4077
4078 }
4079
4080 /**
4081 * <p>Adds a hour item. </p>

Calls 1

setMethod · 0.95

Tested by 15

ofPositiveBuilderMethod · 0.64
ofNegativeBuilderMethod · 0.64
composeMethod · 0.64
jodaStyleMethod · 0.64
withSTD_PERIODMethod · 0.64