Package net.solarnetwork.central.domain
Interface LocalDateRangeFilter
- All Superinterfaces:
Filter
Filter API for a local date range.
This API is meant to be used as an alternative to DateRangeFilter.
The local reference is specific to the type of data being queried.
For example, when querying nodes, local time might refer to the local times
of the nodes.
- Since:
- 1.46
-
Method Summary
Modifier and TypeMethodDescriptionGet an end date in local time.Get a start date in local time.
-
Method Details
-
getLocalStartDate
LocalDateTime getLocalStartDate()Get a start date in local time.- Returns:
- the local start date
-
getLocalEndDate
LocalDateTime getLocalEndDate()Get an end date in local time.- Returns:
- the local end date
-