|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AnalysisDate | |
---|---|
net.sourceforge.agora.simulator.control.analysis |
Uses of AnalysisDate in net.sourceforge.agora.simulator.control.analysis |
---|
Methods in net.sourceforge.agora.simulator.control.analysis that return AnalysisDate | |
---|---|
AnalysisDate |
AnalysisDate.getDate()
Gets the date. |
Methods in net.sourceforge.agora.simulator.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 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.agora.simulator.control.analysis with parameters of type AnalysisDate | |
---|---|
AnalysisDate(AnalysisDate copy)
Instantiates a new analysis date. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |