Interface DateRange

All Known Subinterfaces:
TimestampRange
All Known Implementing Classes:
AbstractDateRange, FixedDate, FixedTimestamp, RelativeDateRange, RelativeTimestampRange

public interface DateRange
Author:
Sergey Prilukin
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
  • Method Details

    • getStart

      Date getStart()
    • getEnd

      Date getEnd()