Package | Description |
---|---|
biweekly.parameter | |
biweekly.property |
Modifier and Type | Field and Description |
---|---|
static Range |
Range.THIS_AND_FUTURE |
static Range |
Range.THIS_AND_PRIOR
Deprecated in the latest iCal specification.
|
Modifier and Type | Method and Description |
---|---|
static Range |
Range.find(String value)
Searches for a parameter value that is defined as a static constant in
this class.
|
static Range |
Range.get(String value)
Searches for a parameter value and creates one if it cannot be found.
|
Range |
ICalParameters.getRange()
Gets the effective range of recurrence instances from the instance
specified by a
RecurrenceId property. |
Modifier and Type | Method and Description |
---|---|
static Collection<Range> |
Range.all()
Gets all of the parameter values that are defined as static constants in
this class.
|
Modifier and Type | Method and Description |
---|---|
void |
ICalParameters.setRange(Range range)
Sets the effective range of recurrence instances from the instance
specified by a
RecurrenceId property. |
Modifier and Type | Method and Description |
---|---|
Range |
RecurrenceId.getRange()
Gets the effective range of recurrence instances from the instance
specified by this property.
|
Modifier and Type | Method and Description |
---|---|
void |
RecurrenceId.setRange(Range range)
Sets the effective range of recurrence instances from the instance
specified by this property.
|
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.