public class SystemClock
extends java.lang.Object
| Constructor and Description |
|---|
SystemClock() |
| Modifier and Type | Method and Description |
|---|---|
static long |
currentTimeMs() |
static long |
currentTimeMsAsNs()
Converts the normal ms to ns timestamp (with 6 trailing zeros).
|