edu.luc.cs.trull.demo.wristwatch
Interface DateConstants
- All Known Implementing Classes:
- Application, DateModel, Presentation, Presentation, SetDay, SetHour, SetMinute, SetMonth
public interface DateConstants
Constants used in the calculation of times and dates.
HOURS_PER_DAY
static final int HOURS_PER_DAY
- See Also:
- Constant Field Values
MIN_PER_HOUR
static final int MIN_PER_HOUR
- See Also:
- Constant Field Values
MONTHS_PER_YEAR
static final int MONTHS_PER_YEAR
- See Also:
- Constant Field Values
SEC_PER_DAY
static final int SEC_PER_DAY
- See Also:
- Constant Field Values
SEC_PER_HOUR
static final int SEC_PER_HOUR
- See Also:
- Constant Field Values
SEC_PER_MIN
static final int SEC_PER_MIN
- See Also:
- Constant Field Values
SEC_PER_TICK
static final int SEC_PER_TICK
- See Also:
- Constant Field Values
http://www.cs.luc.edu/trull/