|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RecurrenceDates | |
---|---|
biweekly.component | |
biweekly.property.marshaller |
Uses of RecurrenceDates in biweekly.component |
---|
Methods in biweekly.component that return types with arguments of type RecurrenceDates | |
---|---|
List<RecurrenceDates> |
VTodo.getRecurrenceDates()
Gets the list of dates/periods that help define the recurrence rule of this to-do (if one is defined). |
List<RecurrenceDates> |
VJournal.getRecurrenceDates()
Gets the list of dates/periods that help define the recurrence rule of this journal entry (if one is defined). |
List<RecurrenceDates> |
VEvent.getRecurrenceDates()
Gets the list of dates/periods that help define the recurrence rule of this event (if one is defined). |
List<RecurrenceDates> |
Observance.getRecurrenceDates()
Gets the list of dates/periods that help define the recurrence rule of this timezone observance (if one is defined). |
Methods in biweekly.component with parameters of type RecurrenceDates | |
---|---|
void |
VTodo.addRecurrenceDates(RecurrenceDates recurrenceDates)
Adds a list of dates/periods that help define the recurrence rule of this to-do (if one is defined). |
void |
VJournal.addRecurrenceDates(RecurrenceDates recurrenceDates)
Adds a list of dates/periods that help define the recurrence rule of this journal entry (if one is defined). |
void |
VEvent.addRecurrenceDates(RecurrenceDates recurrenceDates)
Adds a list of dates/periods that help define the recurrence rule of this event (if one is defined). |
void |
Observance.addRecurrenceDates(RecurrenceDates recurrenceDates)
Adds a list of dates/periods that help define the recurrence rule of this timezone observance (if one is defined). |
Uses of RecurrenceDates in biweekly.property.marshaller |
---|
Methods in biweekly.property.marshaller that return RecurrenceDates | |
---|---|
protected RecurrenceDates |
RecurrenceDatesMarshaller._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
List<String> warnings)
|
protected RecurrenceDates |
RecurrenceDatesMarshaller._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
List<String> warnings)
|
protected RecurrenceDates |
RecurrenceDatesMarshaller._parseXml(XCalElement element,
ICalParameters parameters,
List<String> warnings)
|
Methods in biweekly.property.marshaller with parameters of type RecurrenceDates | |
---|---|
protected ICalDataType |
RecurrenceDatesMarshaller._dataType(RecurrenceDates property)
|
protected JCalValue |
RecurrenceDatesMarshaller._writeJson(RecurrenceDates property)
|
protected String |
RecurrenceDatesMarshaller._writeText(RecurrenceDates property)
|
protected void |
RecurrenceDatesMarshaller._writeXml(RecurrenceDates property,
XCalElement element)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |