public final class TimeParser
extends java.lang.Object
| Constructor and Description |
|---|
TimeParser(java.lang.String str)
Constructs a new object.
|
| Modifier and Type | Method and Description |
|---|---|
long |
parse()
Parses the given time into milliseconds.
|