LocalDate@Deprecated public class DayMonthYear extends Object
| Constructor and Description |
|---|
DayMonthYear(int day,
Months month,
int year)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Deprecated.
|
int |
getDay()
Deprecated.
|
Months |
getMonth()
Deprecated.
|
int |
getYear()
Deprecated.
|
int |
hashCode()
Deprecated.
|
LocalDate |
toLocalDate()
Deprecated.
|
String |
toString()
Deprecated.
|
Copyright © 2016. All rights reserved.