@Deprecated public final class LocalDate extends Object implements Comparable<LocalDate>, Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
after(LocalDate localDate)
Deprecated.
|
boolean |
before(LocalDate localDate)
Deprecated.
|
int |
compareTo(LocalDate o)
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
static LocalDate |
from(Calendar cal)
Deprecated.
Cerates a new instance from the given Calendar.
|
int |
getDayOfMonth()
Deprecated.
|
int |
getMonth()
Deprecated.
|
int |
getYear()
Deprecated.
|
int |
hashCode()
Deprecated.
|
LocalDate |
minusDays(int days)
Deprecated.
|
Calendar |
toCalendar()
Deprecated.
Create a new (local/default Locale based) GregorianCalendar instance.
|
String |
toString()
Deprecated.
|
public Calendar toCalendar()
public static LocalDate from(Calendar cal)
cal
- the Calendar, not null.public int getYear()
public int getMonth()
public int getDayOfMonth()
public int compareTo(LocalDate o)
compareTo
in interface Comparable<LocalDate>
Copyright © 2012-2015 JavaMoney. All Rights Reserved.