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 boolean
equals(Object o)
int
getMonthOfYear()
int
hashCode()
boolean
isLeapMonth()
static Month
parse(String monthString)
String
toString()
static Month
valueOf(int monthOfYear)
-
-
-
Method Detail
-
getMonthOfYear
public int getMonthOfYear()
-
isLeapMonth
public boolean isLeapMonth()
-
valueOf
public static Month valueOf(int monthOfYear)
-
-