Package com.atlassian.jira.jql.util
Class DateRange
java.lang.Object
com.atlassian.jira.jql.util.DateRange
A simple class to represent a date range
- Since:
- v4.4
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DateRange
The passed in dates can never be null and if the lower is higher than the upper then they are swapped into lower then upper order.- Parameters:
lowerDate- the lower date of the rangeupperDate- the upper date of the range
-
-
Method Details