public class InternalDate
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
day |
protected int |
month |
protected int |
year |
Constructor and Description |
---|
InternalDate()
Constructs a zero date.
|
InternalDate(int year,
int month,
int day) |
Modifier and Type | Method and Description |
---|---|
int |
getDay() |
int |
getMonth() |
int |
getYear() |
boolean |
isZero() |
void |
setDay(int day) |
void |
setMonth(int month) |
void |
setYear(int year) |