JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
net.solarnetwork.central.domain
Interface DateRangeFilter
All Superinterfaces:
Filter
public interface
DateRangeFilter
extends
Filter
Filter API for a date range.
Since:
1.46
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Instant
getEndDate
()
Get an end date.
Instant
getStartDate
()
Get a start date.
Methods inherited from interface net.solarnetwork.central.domain.
Filter
getFilter
Method Details
getStartDate
Instant
getStartDate
()
Get a start date.
Returns:
the start date
getEndDate
Instant
getEndDate
()
Get an end date.
Returns:
the end date