public class WeekDay extends Subitem
WeekDay.
WeekDay represents the date as an integer value in MM, DD, YYYY format.| Constructor and Description |
|---|
WeekDay(int mm,
int dd,
int yyyy) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Compares
Date values. |
int |
GetMonth()
Accesses the
Month value. |
int |
GetWeekDay()
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 GetWeekDay()
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.