Constructor and Description |
---|
DateRange(Date startDate,
Date endDate)
Deprecated.
Instantiates the new
DateRange . |
Modifier and Type | Method and Description |
---|---|
Date |
getEndDate()
Deprecated.
Returns the end date.
|
Date |
getStartDate()
Deprecated.
Returns the start date.
|
boolean |
isInDateRange(Date date)
Deprecated.
Checks if the specified date is in date range.
|