|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RecurrenceId | |
---|---|
biweekly.component | |
biweekly.property.marshaller |
Uses of RecurrenceId in biweekly.component |
---|
Methods in biweekly.component that return RecurrenceId | |
---|---|
RecurrenceId |
VTodo.getRecurrenceId()
Gets the original value of the DateStart property if the to-do is
recurring and has been modified. |
RecurrenceId |
VJournal.getRecurrenceId()
Gets the original value of the DateStart property if the event is
recurring and has been modified. |
RecurrenceId |
VEvent.getRecurrenceId()
Gets the original value of the DateStart property if the event is
recurring and has been modified. |
RecurrenceId |
VTodo.setRecurrenceId(Date originalStartDate)
Sets the original value of the DateStart property if the to-do is
recurring and has been modified. |
RecurrenceId |
VJournal.setRecurrenceId(Date originalStartDate)
Sets the original value of the DateStart property if the journal
entry is recurring and has been modified. |
RecurrenceId |
VEvent.setRecurrenceId(Date originalStartDate)
Sets the original value of the DateStart property if the event is
recurring and has been modified. |
Methods in biweekly.component with parameters of type RecurrenceId | |
---|---|
void |
VTodo.setRecurrenceId(RecurrenceId recurrenceId)
Sets the original value of the DateStart property if the to-do is
recurring and has been modified. |
void |
VJournal.setRecurrenceId(RecurrenceId recurrenceId)
Sets the original value of the DateStart property if the event is
recurring and has been modified. |
void |
VEvent.setRecurrenceId(RecurrenceId recurrenceId)
Sets the original value of the DateStart property if the event is
recurring and has been modified. |
Uses of RecurrenceId in biweekly.property.marshaller |
---|
Methods in biweekly.property.marshaller that return RecurrenceId | |
---|---|
protected RecurrenceId |
RecurrenceIdMarshaller.newInstance(Date date,
boolean hasTime)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |