public interface UniversityDateService
| Modifier and Type | Method and Description | 
|---|---|
| Integer | getCurrentFiscalYear()Returns the current fiscal year. | 
| UniversityDate | getCurrentUniversityDate()Returns the current university date. | 
| Date | getFirstDateOfFiscalYear(Integer fiscalYear)Returns the first date of the specified Fiscal Year. | 
| Integer | getFiscalYear(Date date)Given a Date, returns the fiscal year corresponding to that date. | 
| Date | getLastDateOfFiscalYear(Integer fiscalYear)Returns the last date of the specified Fiscal Year. | 
UniversityDate getCurrentUniversityDate()
Integer getFiscalYear(Date date)
IllegalArgumentException - if the given Date is null.Date getFirstDateOfFiscalYear(Integer fiscalYear)
fiscalYear - The fiscal year to retrieve the first date for.Date getLastDateOfFiscalYear(Integer fiscalYear)
fiscalYear - The fiscal year to retrieve the last date for.Integer getCurrentFiscalYear()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.