|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TimeConstants
Time related constants which can be used in calculations.
| Nested Class Summary | |
|---|---|
static class |
TimeConstants.DayOfWeek
Enum defining the possible days of the week. |
| Field Summary | |
|---|---|
static long |
AVG_MILISECS_PER_DAY
Average number of Milliseconds per Day. |
static int |
AVG_MINS_PER_DAY
Average number of minutes per day. |
static int |
FIRST_DAY_OF_YEAR
Index of the first day of January |
static int |
MAX_DAYS_PER_MONTH
Maximum possible number of days in a month. |
static int |
MAX_DAYS_PER_YEAR
Maximum possible index of a day per year. |
static int |
MAX_HOURS_PER_DAY
Maximum number of hours per day. |
static int |
MAX_MINS_PER_DAY
Maximum number of minutes per day. |
static int |
MILISECS_PER_MIN
Number of Milliseconds in a Minute. |
static int |
MINS_PER_HOUR
Number of minutes per hour. |
static int |
SECS_PER_MIN
Number of Seconds in a Minute. |
| Field Detail |
|---|
static final long AVG_MILISECS_PER_DAY
static final int AVG_MINS_PER_DAY
static final int FIRST_DAY_OF_YEAR
static final int MAX_DAYS_PER_MONTH
static final int MAX_DAYS_PER_YEAR
static final int MAX_HOURS_PER_DAY
static final int MAX_MINS_PER_DAY
static final int MILISECS_PER_MIN
static final int MINS_PER_HOUR
static final int SECS_PER_MIN
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||