Holger's
Java API

Uses of Class
com.antelmann.calendar.WeekDay

Packages that use WeekDay
com.antelmann.calendar This package contains classes for implementing calendar and time related solutions. 
 

Uses of WeekDay in com.antelmann.calendar
 

Methods in com.antelmann.calendar that return WeekDay
static WeekDay WeekDay.fromDate(Date date)
           
static WeekDay WeekDay.fromDate(Date date, Calendar cal)
           
static WeekDay WeekDay.fromInt(int weekDay)
           
static WeekDay WeekDay.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WeekDay[] WeekDay.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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