public class AdjustedClock extends SystemClock
This class stores a offset time with current system clock when settime(), and gettime() returns adjusted clock by the offset.
nanoBase, TIME_CONV_UNIT| Constructor and Description | 
|---|
AdjustedClock()  | 
| Modifier and Type | Method and Description | 
|---|---|
TimeValue | 
getTime()
 Getting time 
 | 
boolean | 
setTime(TimeValue clocktime)
 Setting time 
 |