Uses of Class
de.jaret.util.date.holidayenumerator.HolidayEnumeratorBase.EasyDate

Packages that use HolidayEnumeratorBase.EasyDate
de.jaret.util.date.holidayenumerator This package contains the interface HolidayEnumerator that can be used to determine whether a given date is a holiday or somehow special. 
 

Uses of HolidayEnumeratorBase.EasyDate in de.jaret.util.date.holidayenumerator
 

Methods in de.jaret.util.date.holidayenumerator that return HolidayEnumeratorBase.EasyDate
protected  HolidayEnumeratorBase.EasyDate HolidayEnumerator_de_DE.calcBussBettag(int year)
          Calculate the buss- und bettag.
 HolidayEnumeratorBase.EasyDate HolidayEnumeratorBase.calcEaster(int year)
          Calculate the easter date (sunday) for a given year.
 HolidayEnumeratorBase.EasyDate HolidayEnumeratorBase.fridayOrMonday(HolidayEnumeratorBase.EasyDate ed)
          If the given Date is a saturday return the friday before, if it is a sunday return the monday after, in all other cases return null.
 HolidayEnumeratorBase.EasyDate HolidayEnumeratorBase.getEasyDate(int year, int month, int day)
           
 HolidayEnumeratorBase.EasyDate HolidayEnumeratorBase.lastWeekdayInMonth(int year, int month, int weekday)
          Calculate the last weekday in a given month.
 HolidayEnumeratorBase.EasyDate HolidayEnumeratorBase.nThWeekdayInMonth(int year, int month, int weekday, int nTh)
          Calculate the nTh weekday in a month (i.e. the 3rd Monday in october)
 

Methods in de.jaret.util.date.holidayenumerator with parameters of type HolidayEnumeratorBase.EasyDate
protected  void HolidayEnumeratorBase.addNamedDate(HolidayEnumeratorBase.EasyDate ed, boolean isHoliday, String name)
           
 HolidayEnumeratorBase.EasyDate HolidayEnumeratorBase.fridayOrMonday(HolidayEnumeratorBase.EasyDate ed)
          If the given Date is a saturday return the friday before, if it is a sunday return the monday after, in all other cases return null.
 



Copyright © 2013. All Rights Reserved.