Package io.revealbi.core
Class RVDateRange
java.lang.Object
io.revealbi.core.RVDateRange
Class used to represent a date range for filtering.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new date range with null values for From and To propertiesRVDateRange(Calendar fromDate, Calendar toDate) Creates a new date range with the specified values for From and To properties -
Method Summary
-
Constructor Details
-
RVDateRange
public RVDateRange()Creates a new date range with null values for From and To properties -
RVDateRange
Creates a new date range with the specified values for From and To properties- Parameters:
fromDate- The beginning of the rangetoDate- The end of the range
-
-
Method Details
-
getFrom
The beginning of the range.- Returns:
- The beginning of the range.
-
getTo
The end of the range- Returns:
- The end of the range
-