Class TimeSpan


  • public class TimeSpan
    extends Object
    • Constructor Detail

      • TimeSpan

        public TimeSpan​(long start,
                        long end)
    • Method Detail

      • duration

        public long duration()
      • getStart

        public long getStart()
      • getEnd

        public long getEnd()
      • setStart

        public void setStart​(long start)
      • setEnd

        public void setEnd​(long end)