Interface LocalDateRangeFilter

All Superinterfaces:
Filter

public interface LocalDateRangeFilter extends 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 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