|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sleepycat.bdb.util.TimeUnits
public class TimeUnits
Common time unit definitions.
| Field Summary | |
|---|---|
static long |
ONE_DAY
One day in milliseconds. |
static int |
ONE_HOUR
One hour in milliseconds. |
static int |
ONE_MINUTE
One minute in milliseconds. |
static int |
ONE_SECOND
One second in milliseconds. |
static long |
ONE_WEEK
One week in milliseconds. |
| Constructor Summary | |
|---|---|
TimeUnits()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int ONE_SECOND
public static final int ONE_MINUTE
public static final int ONE_HOUR
public static final long ONE_DAY
public static final long ONE_WEEK
| Constructor Detail |
|---|
public TimeUnits()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||