Package com.redwood.scheduler.api.date
Interface TimeUnits
-
public interface TimeUnits
Definitions of some standard time definitions that can be used as descriptive arguments to methods.
-
-
Field Summary
Fields Modifier and Type Field Description static int
DAYS_IN_LEAP_YEAR
static int
DAYS_IN_NORMAL_YEAR
static int
DAYS_IN_WEEK
static int
HOURS_IN_DAY
static int
MILLIS_1_HOUR
static int
MILLIS_1_MINUTE
static int
MILLIS_1_SECOND
static int
MILLIS_10_MINUTES
static int
MILLIS_10_SECONDS
static int
MILLIS_100MS
static int
MILLIS_10MS
static int
MILLIS_15_MINUTES
static int
MILLIS_15_SECONDS
static int
MILLIS_2_SECONDS
static int
MILLIS_20_MINUTES
static int
MILLIS_20_SECONDS
static int
MILLIS_200MS
static int
MILLIS_3_MINUTES
static int
MILLIS_30_MINUTES
static int
MILLIS_30_SECONDS
static int
MILLIS_5_MINUTES
static int
MILLIS_5_SECONDS
static int
MILLIS_500MS
static int
MILLIS_IN_DAY
static int
MILLIS_IN_HOUR
static int
MILLIS_IN_MINUTE
static int
MILLIS_IN_SECOND
static int
MILLIS_IN_WEEK
static int
MINUTES_IN_DAY
static int
MINUTES_IN_HOUR
static int
SECONDS_IN_DAY
static int
SECONDS_IN_HOUR
static int
SECONDS_IN_MINUTE
static int
WORK_DAYS_IN_WEEK
-
-
-
Field Detail
-
MILLIS_IN_SECOND
static final int MILLIS_IN_SECOND
- See Also:
- Constant Field Values
-
SECONDS_IN_MINUTE
static final int SECONDS_IN_MINUTE
- See Also:
- Constant Field Values
-
MINUTES_IN_HOUR
static final int MINUTES_IN_HOUR
- See Also:
- Constant Field Values
-
SECONDS_IN_HOUR
static final int SECONDS_IN_HOUR
- See Also:
- Constant Field Values
-
HOURS_IN_DAY
static final int HOURS_IN_DAY
- See Also:
- Constant Field Values
-
DAYS_IN_LEAP_YEAR
static final int DAYS_IN_LEAP_YEAR
- See Also:
- Constant Field Values
-
DAYS_IN_NORMAL_YEAR
static final int DAYS_IN_NORMAL_YEAR
- See Also:
- Constant Field Values
-
DAYS_IN_WEEK
static final int DAYS_IN_WEEK
- See Also:
- Constant Field Values
-
WORK_DAYS_IN_WEEK
static final int WORK_DAYS_IN_WEEK
- See Also:
- Constant Field Values
-
MILLIS_IN_MINUTE
static final int MILLIS_IN_MINUTE
- See Also:
- Constant Field Values
-
MILLIS_IN_HOUR
static final int MILLIS_IN_HOUR
- See Also:
- Constant Field Values
-
MILLIS_IN_DAY
static final int MILLIS_IN_DAY
- See Also:
- Constant Field Values
-
MILLIS_IN_WEEK
static final int MILLIS_IN_WEEK
- See Also:
- Constant Field Values
-
SECONDS_IN_DAY
static final int SECONDS_IN_DAY
- See Also:
- Constant Field Values
-
MINUTES_IN_DAY
static final int MINUTES_IN_DAY
- See Also:
- Constant Field Values
-
MILLIS_10MS
static final int MILLIS_10MS
- See Also:
- Constant Field Values
-
MILLIS_100MS
static final int MILLIS_100MS
- See Also:
- Constant Field Values
-
MILLIS_200MS
static final int MILLIS_200MS
- See Also:
- Constant Field Values
-
MILLIS_500MS
static final int MILLIS_500MS
- See Also:
- Constant Field Values
-
MILLIS_1_SECOND
static final int MILLIS_1_SECOND
- See Also:
- Constant Field Values
-
MILLIS_2_SECONDS
static final int MILLIS_2_SECONDS
- See Also:
- Constant Field Values
-
MILLIS_5_SECONDS
static final int MILLIS_5_SECONDS
- See Also:
- Constant Field Values
-
MILLIS_10_SECONDS
static final int MILLIS_10_SECONDS
- See Also:
- Constant Field Values
-
MILLIS_15_SECONDS
static final int MILLIS_15_SECONDS
- See Also:
- Constant Field Values
-
MILLIS_20_SECONDS
static final int MILLIS_20_SECONDS
- See Also:
- Constant Field Values
-
MILLIS_30_SECONDS
static final int MILLIS_30_SECONDS
- See Also:
- Constant Field Values
-
MILLIS_1_MINUTE
static final int MILLIS_1_MINUTE
- See Also:
- Constant Field Values
-
MILLIS_3_MINUTES
static final int MILLIS_3_MINUTES
- See Also:
- Constant Field Values
-
MILLIS_5_MINUTES
static final int MILLIS_5_MINUTES
- See Also:
- Constant Field Values
-
MILLIS_10_MINUTES
static final int MILLIS_10_MINUTES
- See Also:
- Constant Field Values
-
MILLIS_15_MINUTES
static final int MILLIS_15_MINUTES
- See Also:
- Constant Field Values
-
MILLIS_20_MINUTES
static final int MILLIS_20_MINUTES
- See Also:
- Constant Field Values
-
MILLIS_30_MINUTES
static final int MILLIS_30_MINUTES
- See Also:
- Constant Field Values
-
MILLIS_1_HOUR
static final int MILLIS_1_HOUR
- See Also:
- Constant Field Values
-
-