getFirstDateOfFiscalYear(Integer fiscalYear) This method retrieves the first date of the fiscal year provided.
Parameters: fiscalYear - The fiscal year to retrieve the first date for.
getFiscalYear(java.util.Date date) This method retrieves the fiscal year associated with the date provided.
Parameters: date - The date to be used for retrieving the associated fiscal year.
getLastDateOfFiscalYear(Integer fiscalYear) This method retrieves the last date of the fiscal year provided.
Parameters: fiscalYear - The fiscal year to retrieve the last date for.
This method retrieves the fiscal year associated with the date provided.
Parameters: date - The date to be used for retrieving the associated fiscal year. The fiscal year that the date provided falls within. See Also:org.kuali.core.service.DateTimeService.getFiscalYear(java.util.Date)