public class SystemClock extends java.lang.Object implements IClock
This class sets and gets system clock.
| Modifier and Type | Field and Description |
|---|---|
protected long |
nanoBase |
protected int |
TIME_CONV_UNIT |
| Constructor and Description |
|---|
SystemClock() |
| Modifier and Type | Method and Description |
|---|---|
TimeValue |
getTime()
Getting time
|
boolean |
setTime(TimeValue clocktime)
Setting time
|