org.jfree.data.time
Interface TimePeriod
- Comparable
- Day, FixedMillisecond, Hour, Millisecond, Minute, Month, Quarter, RegularTimePeriod, Second, SimpleTimePeriod, Week, Year
A period of time measured to millisecond precision using two instances of
java.util.Date
.
Date | getEnd() - Returns the end date/time.
|
Date | getStart() - Returns the start date/time.
|
getEnd
public Date getEnd()
Returns the end date/time. This will always be on or after the
start date.
- The end date/time (never
null
).
getStart
public Date getStart()
Returns the start date/time. This will always be on or before the
end date.
- The start date/time (never
null
).