Uses of Class
net.sourceforge.fixagora.basis.shared.control.analysis.AnalysisDate

Packages that use AnalysisDate
net.sourceforge.fixagora.basis.shared.control.analysis   
 

Uses of AnalysisDate in net.sourceforge.fixagora.basis.shared.control.analysis
 

Methods in net.sourceforge.fixagora.basis.shared.control.analysis that return AnalysisDate
 AnalysisDate AnalysisDate.getDate()
          Gets the date.
 

Methods in net.sourceforge.fixagora.basis.shared.control.analysis with parameters of type AnalysisDate
 boolean AnalysisDate.eq(AnalysisDate compareDate)
          Eq.
static int AnalysisDate.getDaysInYear(AnalysisDate date, int basis)
          Gets the days in year.
static int AnalysisDate.getDiff(AnalysisDate startDate, AnalysisDate endDate)
          Gets the diff.
static int AnalysisDate.getDiff(AnalysisDate startDate, AnalysisDate endDate, boolean forceThirty)
          Gets the diff.
static int AnalysisDate.getModifiedDiff(AnalysisDate startDate, AnalysisDate endDate, boolean modifyBothDates, int basis)
          Gets the modified diff.
static double AnalysisDate.getOddFDiff(AnalysisDate startDate, AnalysisDate endDate, int basis)
          Gets the odd f diff.
static double AnalysisDate.getYearfrac(AnalysisDate startDate, AnalysisDate endDate, int basis)
          Gets the yearfrac.
 boolean AnalysisDate.gt(AnalysisDate compareDate)
          Gt.
 boolean AnalysisDate.le(AnalysisDate compareDate)
          Le.
 boolean AnalysisDate.lt(AnalysisDate compareDate)
          Lt.
static boolean AnalysisDate.shouldCountFeb29(AnalysisDate startDate, AnalysisDate endDate)
          Should count feb29.
 

Constructors in net.sourceforge.fixagora.basis.shared.control.analysis with parameters of type AnalysisDate
AnalysisDate(AnalysisDate copy)
          Instantiates a new analysis date.