Package net.fortuna.ical4j.model
Class Month
java.lang.Object
net.fortuna.ical4j.model.Month
- All Implemented Interfaces:
Serializable
Defines a month of the year, which may be a leap-month in some calendaring systems.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Month
public Month(int monthOfYear) -
Month
public Month(int monthOfYear, boolean leapMonth)
-
-
Method Details