public class DateRange extends Object implements ValueRange<Calendar>
| Constructor and Description |
|---|
DateRange(ParsedCalendar from,
ParsedCalendar to) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
boolean |
isInRange(Calendar date)
Checks if the value is in range of this ValueRange check method.
|
String |
toString() |
public static final String KEY
public DateRange(ParsedCalendar from, ParsedCalendar to)
public String getKey()
getKey in interface ValueRange<Calendar>public boolean isInRange(Calendar date)
ValueRangeisInRange in interface ValueRange<Calendar>Copyright © 2012–2016. All rights reserved.