Interface TimeRange


  • public interface TimeRange
    Start, end and span properties of a time range.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double getEnd()
      Returns the last time value
      double getSpan()
      Returns the differnce between the first and last time values.
      double getStart()
      Returns the first time value
    • Method Detail

      • getStart

        double getStart()
        Returns the first time value
      • getEnd

        double getEnd()
        Returns the last time value
      • getSpan

        double getSpan()
        Returns the differnce between the first and last time values.