|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Month | |
|---|---|
| com.antelmann.calendar | This package contains classes for implementing calendar and time related solutions. |
| Uses of Month in com.antelmann.calendar |
|---|
| Methods in com.antelmann.calendar that return Month | |
|---|---|
static Month |
Month.fromDate(Date date)
|
static Month |
Month.fromInt(int month)
accepts the constants used in Calendar |
static Month |
Month.fromTime(long time)
|
static Month |
Month.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Month[] |
Month.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.antelmann.calendar with parameters of type Month | |
|---|---|
int |
CalendarHelper.getBusinessYear(Date date,
Month monthOfYearBegin)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||