Returns the current time rounded to the nearest integer @return Time as integer
()
| 42 | * @return Time as integer |
| 43 | */ |
| 44 | public static int getIntTime() { |
| 45 | return (int)Math.round(clockTime); |
| 46 | } |
| 47 | |
| 48 | /** |
| 49 | * Returns a string presentation of the sim time shown with the given amount |
no outgoing calls
no test coverage detected