Method Summary |
|
int | getDay() Access the day value. |
int | getHour() Access the hour value. |
int | getMin() Access the minute value.
The minute. |
int | getMonth() Access the month value. |
int | getMs() Access the millisecond value. |
int | getSec() Access the second value. |
int | getYear() Access the year value. |
void | setDay(int day) Set the day value. |
void | setHour(int hour) Set the hour value. |
void | setMin(int minute) Set the minute value. |
void | setMonth(int month) Set the month value. |
void | setMs(int millisecond) Set the millisecond value. |
void | setSec(int second) Set the second value. |
void | setYear(int year) Set the year value. |