Package | Description |
---|---|
biweekly.property | |
biweekly.util |
Modifier and Type | Field and Description |
---|---|
static VersionNumber |
Version.ICAL |
static VersionNumber |
Version.VCAL |
Modifier and Type | Method and Description |
---|---|
VersionNumber |
Version.getMaxVersion()
Gets the maximum version that a consumer must support in order to
successfully parse the iCalendar object.
|
VersionNumber |
Version.getMinVersion()
Gets the minimum version that a consumer must support in order to
successfully parse the iCalendar object.
|
Modifier and Type | Method and Description |
---|---|
void |
Version.setMaxVersion(VersionNumber maxVersion)
Sets the maximum version that a consumer must support in order to
successfully parse the iCalendar object.
|
void |
Version.setMinVersion(VersionNumber minVersion)
Sets the minimum version that a consumer must support in order to
successfully parse the iCalendar object.
|
Modifier and Type | Method and Description |
---|---|
int |
VersionNumber.compareTo(VersionNumber that) |
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.