public class Time
extends Object
-
Constructor Summary
Constructors
Time(int seconds,
int microseconds)
-
Method Summary
-
Constructor Details
-
Time
public Time(int seconds,
int microseconds)
-
Method Details
-
getMicroseconds
public int getMicroseconds()
-
getSeconds
public int getSeconds()
-
-