Package org.jfree.data.time
Interface TimePeriod
-
- 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 Date
getEnd()
Returns the end date/time.Date
getStart()
Returns the start date/time.-
Methods inherited from interface java.lang.Comparable
compareTo
-
-