@Deprecated public class CalendarDateRange extends Object implements Serializable
| Constructor and Description |
|---|
CalendarDateRange(Date start,
Date end,
TimeZone tz)
Deprecated.
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Date |
getEnd()
Deprecated.
Get the end date of the date range.
|
Date |
getStart()
Deprecated.
Get the start date of the date range.
|
boolean |
inRange(Date date)
Deprecated.
Is a date in the date range.
|
String |
toString()
Deprecated.
|
public Date getStart()
public Date getEnd()
public boolean inRange(Date date)
date - The date to checkCopyright © 2019 Vaadin Ltd. All rights reserved.