Interface DateRangeFilter

All Superinterfaces:
Filter

public interface DateRangeFilter extends Filter
Filter API for a date range.
Since:
1.46
  • Method Summary

    Modifier and Type
    Method
    Description
    Get an end date.
    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