Class BaseInterval

    • Method Detail

      • getStartMillis

        public long getStartMillis()
        Gets the start of this time interval which is inclusive.
        Specified by:
        getStartMillis in interface ReadableInterval
        Returns:
        the start of the time interval, millisecond instant from 1970-01-01T00:00:00Z
      • getEndMillis

        public long getEndMillis()
        Gets the end of this time interval which is exclusive.
        Specified by:
        getEndMillis in interface ReadableInterval
        Returns:
        the end of the time interval, millisecond instant from 1970-01-01T00:00:00Z