Package com.redwood.scheduler.api.date
Interface TimeUnits
- 
 public interface TimeUnitsDefinitions of some standard time definitions that can be used as descriptive arguments to methods.
- 
- 
Field SummaryFields Modifier and Type Field Description static intDAYS_IN_LEAP_YEARstatic intDAYS_IN_NORMAL_YEARstatic intDAYS_IN_WEEKstatic intHOURS_IN_DAYstatic intMILLIS_1_HOURstatic intMILLIS_1_MINUTEstatic intMILLIS_1_SECONDstatic intMILLIS_10_MINUTESstatic intMILLIS_10_SECONDSstatic intMILLIS_100MSstatic intMILLIS_10MSstatic intMILLIS_15_MINUTESstatic intMILLIS_15_SECONDSstatic intMILLIS_2_SECONDSstatic intMILLIS_20_MINUTESstatic intMILLIS_20_SECONDSstatic intMILLIS_200MSstatic intMILLIS_3_MINUTESstatic intMILLIS_30_MINUTESstatic intMILLIS_30_SECONDSstatic intMILLIS_5_MINUTESstatic intMILLIS_5_SECONDSstatic intMILLIS_500MSstatic intMILLIS_IN_DAYstatic intMILLIS_IN_HOURstatic intMILLIS_IN_MINUTEstatic intMILLIS_IN_SECONDstatic intMILLIS_IN_WEEKstatic intMINUTES_IN_DAYstatic intMINUTES_IN_HOURstatic intSECONDS_IN_DAYstatic intSECONDS_IN_HOURstatic intSECONDS_IN_MINUTEstatic intWORK_DAYS_IN_WEEK
 
- 
- 
- 
Field Detail- 
MILLIS_IN_SECONDstatic final int MILLIS_IN_SECOND - See Also:
- Constant Field Values
 
 - 
SECONDS_IN_MINUTEstatic final int SECONDS_IN_MINUTE - See Also:
- Constant Field Values
 
 - 
MINUTES_IN_HOURstatic final int MINUTES_IN_HOUR - See Also:
- Constant Field Values
 
 - 
SECONDS_IN_HOURstatic final int SECONDS_IN_HOUR - See Also:
- Constant Field Values
 
 - 
HOURS_IN_DAYstatic final int HOURS_IN_DAY - See Also:
- Constant Field Values
 
 - 
DAYS_IN_LEAP_YEARstatic final int DAYS_IN_LEAP_YEAR - See Also:
- Constant Field Values
 
 - 
DAYS_IN_NORMAL_YEARstatic final int DAYS_IN_NORMAL_YEAR - See Also:
- Constant Field Values
 
 - 
DAYS_IN_WEEKstatic final int DAYS_IN_WEEK - See Also:
- Constant Field Values
 
 - 
WORK_DAYS_IN_WEEKstatic final int WORK_DAYS_IN_WEEK - See Also:
- Constant Field Values
 
 - 
MILLIS_IN_MINUTEstatic final int MILLIS_IN_MINUTE - See Also:
- Constant Field Values
 
 - 
MILLIS_IN_HOURstatic final int MILLIS_IN_HOUR - See Also:
- Constant Field Values
 
 - 
MILLIS_IN_DAYstatic final int MILLIS_IN_DAY - See Also:
- Constant Field Values
 
 - 
MILLIS_IN_WEEKstatic final int MILLIS_IN_WEEK - See Also:
- Constant Field Values
 
 - 
SECONDS_IN_DAYstatic final int SECONDS_IN_DAY - See Also:
- Constant Field Values
 
 - 
MINUTES_IN_DAYstatic final int MINUTES_IN_DAY - See Also:
- Constant Field Values
 
 - 
MILLIS_10MSstatic final int MILLIS_10MS - See Also:
- Constant Field Values
 
 - 
MILLIS_100MSstatic final int MILLIS_100MS - See Also:
- Constant Field Values
 
 - 
MILLIS_200MSstatic final int MILLIS_200MS - See Also:
- Constant Field Values
 
 - 
MILLIS_500MSstatic final int MILLIS_500MS - See Also:
- Constant Field Values
 
 - 
MILLIS_1_SECONDstatic final int MILLIS_1_SECOND - See Also:
- Constant Field Values
 
 - 
MILLIS_2_SECONDSstatic final int MILLIS_2_SECONDS - See Also:
- Constant Field Values
 
 - 
MILLIS_5_SECONDSstatic final int MILLIS_5_SECONDS - See Also:
- Constant Field Values
 
 - 
MILLIS_10_SECONDSstatic final int MILLIS_10_SECONDS - See Also:
- Constant Field Values
 
 - 
MILLIS_15_SECONDSstatic final int MILLIS_15_SECONDS - See Also:
- Constant Field Values
 
 - 
MILLIS_20_SECONDSstatic final int MILLIS_20_SECONDS - See Also:
- Constant Field Values
 
 - 
MILLIS_30_SECONDSstatic final int MILLIS_30_SECONDS - See Also:
- Constant Field Values
 
 - 
MILLIS_1_MINUTEstatic final int MILLIS_1_MINUTE - See Also:
- Constant Field Values
 
 - 
MILLIS_3_MINUTESstatic final int MILLIS_3_MINUTES - See Also:
- Constant Field Values
 
 - 
MILLIS_5_MINUTESstatic final int MILLIS_5_MINUTES - See Also:
- Constant Field Values
 
 - 
MILLIS_10_MINUTESstatic final int MILLIS_10_MINUTES - See Also:
- Constant Field Values
 
 - 
MILLIS_15_MINUTESstatic final int MILLIS_15_MINUTES - See Also:
- Constant Field Values
 
 - 
MILLIS_20_MINUTESstatic final int MILLIS_20_MINUTES - See Also:
- Constant Field Values
 
 - 
MILLIS_30_MINUTESstatic final int MILLIS_30_MINUTES - See Also:
- Constant Field Values
 
 - 
MILLIS_1_HOURstatic final int MILLIS_1_HOUR - See Also:
- Constant Field Values
 
 
- 
 
-