public interface TimeAuthority
Modifier and Type | Method and Description |
---|---|
long |
getTimeInMilliseconds()
Return the current time in milliseconds.
|
long getTimeInMilliseconds()
This is an abstraction over System.currentTimeMillis()
and the J2SE
5 System.nanoTime()
method.
System.nanoTime()
.Copyright © 2000-2014. All Rights Reserved.