|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcaltool.schedule.Date
public class Date
Class Date is the basic unit of calendar time keeping, consisting of a day of the week, numeric date, month, and year.
| Field Summary | |
|---|---|
(package private) DayName |
day
One of the seven standard days of the week |
(package private) MonthName |
month
One of the twelve months of the year |
(package private) int |
number
Numeric date in a month, between 1 and 31 |
(package private) int |
year
The four-digit year number. |
| Constructor Summary | |
|---|---|
Date()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
DayName day
int number
MonthName month
int year
| Constructor Detail |
|---|
public Date()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||