Package org.apache.commons.lang3.time
Class CalendarUtils
- java.lang.Object
-
- org.apache.commons.lang3.time.CalendarUtils
-
public class CalendarUtils extends java.lang.Object
Helps useCalendar
s.- Since:
- 3.10
-
-
Field Summary
Fields Modifier and Type Field Description static CalendarUtils
INSTANCE
The singleton instance forCalendar.getInstance()
.
-
Constructor Summary
Constructors Constructor Description CalendarUtils(java.util.Calendar calendar)
Creates an instance for the given Calendar.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getDayOfMonth()
Gets the current day of month.int
getMonth()
Gets the current month.int
getYear()
Gets the current year.
-
-
-
Field Detail
-
INSTANCE
public static final CalendarUtils INSTANCE
The singleton instance forCalendar.getInstance()
.
-
-