All Packages Class Hierarchy This Package Previous Next Index
Class orchid.gui.Calculation
java.lang.Object
|
+----orchid.gui.Calculation
- public class Calculation
- extends Object
A class used to calculate dates and others infos for the Perpetual Calendar.
- Author:
- Frédéric Salvy
- See Also:
- MeetingAgentWindow
-
Calculation()
-
-
getNbOfDayInMonth(int, int)
-
-
getTodayDate()
-
-
getTodayDay()
-
-
getTodayMonth()
-
-
getTodayTimeHour()
-
-
getTodayTimeMinute()
-
-
getTodayTimeSecond()
-
-
getTodayYear()
-
-
initCalendar()
-
-
setTime(int, int, int)
-
Calculation
public Calculation()
initCalendar
public GregorianCalendar initCalendar()
getTodayDate
public Date getTodayDate()
getTodayTimeHour
public int getTodayTimeHour()
getTodayTimeMinute
public int getTodayTimeMinute()
getTodayTimeSecond
public int getTodayTimeSecond()
getTodayDay
public int getTodayDay()
getTodayMonth
public int getTodayMonth()
getTodayYear
public int getTodayYear()
setTime
public int setTime(int date,
int month,
int year)
getNbOfDayInMonth
public int getNbOfDayInMonth(int month,
int year)
All Packages Class Hierarchy This Package Previous Next Index