| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final long |
DAYS_IN_A_YEAR |
365L |
public static final long |
HOURS_IN_A_DAY |
24L |
public static final long |
MILLISECONDS_IN_A_SECOND |
1000L |
public static final long |
MINUTES_IN_AN_HOUR |
60L |
public static final long |
ONE_DAY |
86400000L |
public static final long |
ONE_HOUR |
3600000L |
public static final long |
ONE_MILLISECOND |
1L |
public static final long |
ONE_MINUTE |
60000L |
public static final long |
ONE_SECOND |
1000L |
public static final long |
SECONDS_IN_A_MINUTE |
60L |
Copyright © 2013. All Rights Reserved.