Package net.fortuna.ical4j.model
Class Month
- java.lang.Object
-
- net.fortuna.ical4j.model.Month
-
- All Implemented Interfaces:
Serializable
public class Month extends Object implements Serializable
Defines a month of the year, which may be a leap-month in some calendaring systems.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)intgetMonthOfYear()inthashCode()booleanisLeapMonth()static Monthparse(String monthString)StringtoString()static MonthvalueOf(int monthOfYear)
-
-
-
Method Detail
-
getMonthOfYear
public int getMonthOfYear()
-
isLeapMonth
public boolean isLeapMonth()
-
valueOf
public static Month valueOf(int monthOfYear)
-
-