public final class Util extends Object
| Modifier and Type | Field and Description |
|---|---|
static long |
HOUR_IN_MILLIS
1 second = 1000 ms.
|
static long |
MINUTE_IN_MILLIS
1 minute = 60000 ms.
|
static long |
SECOND_IN_MILLIS
1 hour = 3600000 ms.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
getDuration(long durationInMillis)
Return a string representation of a duration in millis.
|
static long |
parseTime(String s) |
public static final long SECOND_IN_MILLIS
public static final long MINUTE_IN_MILLIS
public static final long HOUR_IN_MILLIS
Copyright © 2011 OW2 Consortium. All Rights Reserved.