org.jfree.data.time
Interface TimePeriod

All Known Implementing Classes:
Day, FixedMillisecond, Hour, Millisecond, Minute, Month, Quarter, RegularTimePeriod, Second, SimpleTimePeriod, Week, Year

public interface TimePeriod

A period of time measured to millisecond precision using java.util.Date.


Method Summary
 java.util.Date getEnd()
          Returns the end date/time.
 java.util.Date getStart()
          Returns the start date/time.
 

Method Detail

getStart

java.util.Date getStart()
Returns the start date/time.

Returns:
the start date/time.

getEnd

java.util.Date getEnd()
Returns the end date/time.

Returns:
the end date/time.