public class Date
extends java.lang.Object
| Constructor and Description |
|---|
Date(int month,
int year) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMonth() |
int |
getYear() |
void |
setMonth(int month) |
void |
setYear(int year) |
Copyright © 2022. All Rights Reserved.