|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.fortuna.ical4j.util.Calendars
public final class Calendars
Utility method for working with Calendar
s.
Method Summary | |
---|---|
static Calendar |
load(String filename)
Loads a calendar from the specified file. |
static Calendar |
merge(Calendar c1,
Calendar c2)
Merge all properties and components from two specified calendars into one instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Calendar load(String filename) throws IOException, ParserException
filename
- the name of the file from which to load calendar data
IOException
- occurs when there is an error reading the specified file
ParserException
- occurs when the data in the specified file is invalidpublic static Calendar merge(Calendar c1, Calendar c2)
c1
- the first calendar to mergec2
- the second calendar to merge
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |