Class CalendarUtil
java.lang.Object
org.jboss.as.ejb3.timerservice.schedule.util.CalendarUtil
CalendarUtil
- Version:
- $Revision: $
- Author:
- Jaikiran Pai
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
Constructor Details
-
CalendarUtil
public CalendarUtil()
-
-
Method Details
-
getLastDateOfMonth
Returns the last date of the month represented by the passedcal- Parameters:
calendar- TheCalendarwhoseCalendar.MONTHfield will be used as the current month- Returns:
-
getNthDayOfMonth
-
getDateOfLastDayOfWeekInMonth
-