(int num)
| 4175 | * @throws IllegalStateException if already called |
| 4176 | */ |
| 4177 | public Builder millis(int num) { |
| 4178 | |
| 4179 | this.millisCalled(); |
| 4180 | this.update(num, MIO); |
| 4181 | return this; |
| 4182 | |
| 4183 | } |
| 4184 | |
| 4185 | /** |
| 4186 | * <p>Adds a microsecond item. </p> |