public class Week extends Subitem
Week.
Week represents the date as an integer value in MM, WW, YYYY format.| Constructor and Description |
|---|
Week(int ww,
int mm,
int yyyy) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Compares
Date values. |
int |
GetMonth()
Accesses the
Month value. |
int |
GetWeek()
Accesses the
Day value. |
int |
GetYear()
Accesses the
Year value. |
java.lang.String |
ToString()
Sets
toString to the value that this class represents. |
public int GetMonth()
Month value.public int GetWeek()
Day value.public int GetYear()
Year value.public boolean equals(java.lang.Object obj)
Date values.equals in class java.lang.Objectpublic java.lang.String ToString()
toString to the value that this class represents.