MCPcopy Index your code
hub / github.com/apache/groovy / getDays

Method getDays

src/main/java/groovy/time/TimeCategory.java:226–228  ·  view source on GitHub ↗

Returns a day-based duration for the supplied number of days. @param self the number of days @return the corresponding duration

(final Integer self)

Source from the content-addressed store, hash-verified

224 * @return the corresponding duration
225 */
226 public static Duration getDays(final Integer self) {
227 return new Duration(self, 0, 0, 0, 0);
228 }
229
230 /**
231 * Alias for {@link #getDays(Integer)}.

Callers 15

getDayMethod · 0.95
positiveMethod · 0.45
minusMethod · 0.45
plusMethod · 0.45
minusMethod · 0.45
getAgoMethod · 0.45
getNowMethod · 0.45
plusMethod · 0.45
minusMethod · 0.45
getAgoMethod · 0.45
getNowMethod · 0.45
plusMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected