Holger's
Java API

Uses of Class
com.antelmann.calendar.Month

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)
           
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads