public class TimeManager extends Object
Constructor and Description |
---|
TimeManager() |
Modifier and Type | Method and Description |
---|---|
static long |
getTime()
Get the current timestamp in milliseconds.
|
static long |
toMilliSec(String s)
Convert a Time String to the amount of milliseconds.
|
public static long getTime()
public static long toMilliSec(String s)
s
- the time stringCopyright © 2020. All rights reserved.