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