Package | Description |
---|---|
biweekly.component | |
biweekly.io.scribe.property |
Modifier and Type | Method and Description |
---|---|
DurationProperty |
VTodo.getDuration()
Gets the duration of the to-do.
|
DurationProperty |
VEvent.getDuration()
Gets the duration of the event.
|
DurationProperty |
VAlarm.getDuration()
Gets the length of the pause between alarm repetitions.
|
DurationProperty |
VTodo.setDuration(Duration duration)
Sets the duration of the to-do.
|
DurationProperty |
VEvent.setDuration(Duration duration)
Sets the duration of the event.
|
DurationProperty |
VAlarm.setDuration(Duration duration)
Sets the length of the pause between alarm repetitions.
|
Modifier and Type | Method and Description |
---|---|
void |
VTodo.setDuration(DurationProperty duration)
Sets the duration of the to-do.
|
void |
VEvent.setDuration(DurationProperty duration)
Sets the duration of the event.
|
void |
VAlarm.setDuration(DurationProperty duration)
Sets the length of the pause between alarm repetitions.
|
Modifier and Type | Method and Description |
---|---|
protected DurationProperty |
DurationPropertyScribe._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
protected DurationProperty |
DurationPropertyScribe._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
protected DurationProperty |
DurationPropertyScribe._parseXml(XCalElement element,
ICalParameters parameters,
ParseContext context) |
Modifier and Type | Method and Description |
---|---|
protected JCalValue |
DurationPropertyScribe._writeJson(DurationProperty property,
WriteContext context) |
protected String |
DurationPropertyScribe._writeText(DurationProperty property,
WriteContext context) |
protected void |
DurationPropertyScribe._writeXml(DurationProperty property,
XCalElement element,
WriteContext context) |
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.