Method Summary |
|
public Date | getEndDate() Get the end date. |
public double | getSegmentCount(int segmentLength) Return the number of segments in the range given that
a segment is segmentLength milliseconds. |
public Date | getStartDate() Get the start date. |
public boolean | isWithinRange(Date date) Return true if the given Date is after the start date and before the end
date. |
public void | setEndDate(Date endDate) Set the end date. |
public void | setStartDate(Date startDate) Set the start date. |
public String | toString() Return a String representation of the DateRange. |