Alias for #getHours(Integer). @param self the number of hours @return the corresponding duration
(final Integer self)
| 254 | * @return the corresponding duration |
| 255 | */ |
| 256 | public static TimeDuration getHour(final Integer self) { |
| 257 | return getHours(self); |
| 258 | } |
| 259 | |
| 260 | /** |
| 261 | * Returns a minute-based duration for the supplied number of minutes. |