| Package | Description |
|---|---|
| biweekly.component |
Contains DTO classes for each component.
|
| biweekly.io.scribe.property |
Contains classes that marshal and unmarshal properties in various formats.
|
| biweekly.property |
Contains DTO classes for each property.
|
| Modifier and Type | Method and Description |
|---|---|
DateDue |
VTodo.getDateDue()
Gets the date that a to-do task is due by.
|
DateDue |
VTodo.setDateDue(Date dateDue)
Sets the date that a to-do task is due by.
|
DateDue |
VTodo.setDateDue(Date dateDue,
boolean hasTime)
Sets the date that a to-do task is due by.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VTodo.setDateDue(DateDue dateDue)
Sets the date that a to-do task is due by.
|
| Modifier and Type | Method and Description |
|---|---|
protected DateDue |
DateDueScribe.newInstance(ICalDate date) |
| Modifier and Type | Method and Description |
|---|---|
DateDue |
DateDue.copy() |
| Constructor and Description |
|---|
DateDue(DateDue original)
Copy constructor.
|
Copyright © 2013-2016 Michael Angstadt. All Rights Reserved.