public static class QueryCriteria.DatetimeRange extends Object
| Constructor and Description |
|---|
DatetimeRange(Calendar fromDate,
Calendar toDate)
Instantiates a new datetime range.
|
| Modifier and Type | Method and Description |
|---|---|
Calendar |
getFromDate()
Gets the from date.
|
Calendar |
getToDate()
Gets the to date.
|
void |
setFromDate(Calendar fromDate)
Sets the from date.
|
void |
setToDate(Calendar toDate)
Sets the to date.
|
public Calendar getFromDate()
public void setFromDate(Calendar fromDate)
fromDate - the new from datepublic Calendar getToDate()
public void setToDate(Calendar toDate)
toDate - the new to dateCopyright © 2003–2019 eXo Platform SAS. All rights reserved.