Class TimeWindow


  • public class TimeWindow
    extends java.lang.Object
    Represents a time window.
    • Constructor Summary

      Constructors 
      Constructor Description
      TimeWindow()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.time.LocalDateTime getEndDateTime()  
      java.time.LocalDateTime getStartDateTime()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TimeWindow

        public TimeWindow()
    • Method Detail

      • getStartDateTime

        public java.time.LocalDateTime getStartDateTime()
      • getEndDateTime

        public java.time.LocalDateTime getEndDateTime()