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 Summary
boolean
     long
   long
     void
 shift(int calendarField,
 int amount)
    
 
 
 
- 
Method Details
- 
- 
getStartDatepublic Date getStartDate() 
 
- 
getSizepublic long getSize() 
- 
getMidpointpublic long getMidpoint() 
- 
shiftpublic void shift(int calendarField,
 int amount) 
- 
-