-
- All Superinterfaces:
Comparable
- All Known Implementing Classes:
Day,FixedMillisecond,Hour,Millisecond,Minute,Month,Quarter,RegularTimePeriod,Second,SimpleTimePeriod,Week,Year
public interface TimePeriod extends Comparable
A period of time measured to millisecond precision using two instances ofjava.util.Date.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DategetEnd()Returns the end date/time.DategetStart()Returns the start date/time.-
Methods inherited from interface java.lang.Comparable
compareTo
-
-