Package | Description |
---|---|
biweekly.util |
Modifier and Type | Method and Description |
---|---|
Recurrence.Frequency |
Recurrence.getFrequency()
Gets the frequency.
|
static Recurrence.Frequency |
Recurrence.Frequency.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Recurrence.Frequency[] |
Recurrence.Frequency.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.ical.values.Frequency |
Google2445Utils.convert(Recurrence.Frequency freq)
Converts a biweekly
Recurrence.Frequency object to a google-rfc-2445
Frequency object. |
Recurrence.Builder |
Recurrence.Builder.frequency(Recurrence.Frequency frequency)
Sets the frequency
|
Constructor and Description |
---|
Recurrence.Builder(Recurrence.Frequency frequency)
Constructs a new builder.
|
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.