Timer::afterMillis()
Checks if the specified number of milliseconds has passed since the method was first called.
Syntax
Java
.afterMillis(millis)
Parameters
| Name | Data Type | Description |
|---|---|---|
| millis | int | the number of milliseconds to check against |
Return
boolean
