| Package | Description |
|---|---|
| biweekly.component | |
| biweekly.io.scribe.property |
| Modifier and Type | Method and Description |
|---|---|
DateStart |
VTodo.getDateStart()
Gets the date that the to-do starts.
|
DateStart |
VJournal.getDateStart()
Gets the date that the journal entry starts.
|
DateStart |
VFreeBusy.getDateStart()
Gets the date that the free/busy entry starts.
|
DateStart |
VEvent.getDateStart()
Gets the date that the event starts.
|
DateStart |
Observance.getDateStart()
Gets the date that the timezone observance starts.
|
DateStart |
VTodo.setDateStart(Date dateStart)
Sets the date that the to-do starts.
|
DateStart |
VJournal.setDateStart(Date dateStart)
Sets the date that the journal entry starts.
|
DateStart |
VFreeBusy.setDateStart(Date dateStart)
Sets the date that the free/busy entry starts.
|
DateStart |
VEvent.setDateStart(Date dateStart)
Sets the date that the event starts (required if no
Method
property is defined). |
DateStart |
Observance.setDateStart(DateTimeComponents components)
Sets the date that the timezone observance starts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VTodo.setDateStart(DateStart dateStart)
Sets the date that the to-do starts.
|
void |
VJournal.setDateStart(DateStart dateStart)
Sets the date that the journal entry starts.
|
void |
VFreeBusy.setDateStart(DateStart dateStart)
Sets the date that the free/busy entry starts.
|
void |
VEvent.setDateStart(DateStart dateStart)
Sets the date that the event starts (required if no
Method
property is defined). |
void |
Observance.setDateStart(DateStart dateStart)
Sets the date that the timezone observance starts.
|
| Modifier and Type | Method and Description |
|---|---|
protected DateStart |
DateStartScribe.newInstance(Date date,
boolean hasTime) |
Copyright © 2013-2014 Michael Angstadt. All Rights Reserved.