Class PMIDateRange.DateRange

java.lang.Object
com.inductiveautomation.factorypmi.application.components.PMIDateRange.DateRange
Enclosing class:
PMIDateRange

public static class PMIDateRange.DateRange extends Object
Represents a range of dates, from a start to an end
  • Method Details

    • getEndDate

      public Date getEndDate()
    • getStartDate

      public Date getStartDate()
    • getSize

      public long getSize()
    • getMidpoint

      public long getMidpoint()
    • shift

      public void shift(int calendarField, int amount)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object