|
Java Calendar Component v3.1 www.java-calendar.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.imagine.component.calendar.util.CalendarUtils
Contains utility functions.
Constructor Summary | |
CalendarUtils()
|
Method Summary | |
static java.lang.String[] |
getDaysNames(java.util.Locale locale,
int firstDayOfWeek)
Get the names of the week days. |
static java.lang.String[] |
getMonthsNames(java.util.Locale locale)
Get the names of the months. |
static int[] |
getWeekDaysCodes()
Returns an array which contains the week days codes. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CalendarUtils()
Method Detail |
public static java.lang.String[] getMonthsNames(java.util.Locale locale)
public static java.lang.String[] getDaysNames(java.util.Locale locale, int firstDayOfWeek)
firstDayOfWeek
- The first day of week.
public static int[] getWeekDaysCodes()
|
Java Calendar Component v3.1 www.java-calendar.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |