Class CalendarUtil
- java.lang.Object
-
- org.jboss.as.ejb3.timerservice.schedule.util.CalendarUtil
-
public class CalendarUtil extends Object
CalendarUtil- Version:
- $Revision: $
- Author:
- Jaikiran Pai
-
-
Constructor Summary
Constructors Constructor Description CalendarUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intgetDateOfLastDayOfWeekInMonth(Calendar calendar, int dayOfWeek)static intgetLastDateOfMonth(Calendar calendar)Returns the last date of the month represented by the passedcalstatic IntegergetNthDayOfMonth(Calendar cal, int n, int dayOfWeek)
-
-
-
Method Detail
-
getLastDateOfMonth
public static int getLastDateOfMonth(Calendar calendar)
Returns the last date of the month represented by the passedcal- Parameters:
calendar- TheCalendarwhoseCalendar.MONTHfield will be used as the current month- Returns:
-
getDateOfLastDayOfWeekInMonth
public static int getDateOfLastDayOfWeekInMonth(Calendar calendar, int dayOfWeek)
-
-