Interface TimeRange


public interface TimeRange
The time range of the holder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Get the Unix timestamp in milliseconds of the end time
    long
    Get the Unix timestamp in milliseconds of the start time
  • Method Details

    • startTime

      long startTime()
      Get the Unix timestamp in milliseconds of the start time
      Returns:
      the start time
    • endTime

      long endTime()
      Get the Unix timestamp in milliseconds of the end time
      Returns:
      the end time