Package | Description |
---|---|
biweekly.component | |
biweekly.io.scribe.property | |
biweekly.util |
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 rawComponents)
Sets the date that the timezone observance starts.
|
DateStart |
Observance.setDateStart(ICalDate date)
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(ICalDate date) |
Modifier and Type | Method and Description |
---|---|
protected ICalParameters |
DateStartScribe._prepareParameters(DateStart property,
WriteContext context) |
protected JCalValue |
DateStartScribe._writeJson(DateStart property,
WriteContext context) |
protected String |
DateStartScribe._writeText(DateStart property,
WriteContext context) |
protected void |
DateStartScribe._writeXml(DateStart property,
XCalElement element,
WriteContext context) |
Modifier and Type | Method and Description |
---|---|
static com.google.ical.values.DateTimeValue |
Google2445Utils.convert(DateStart dtstart)
Converts a biweekly
DateStart object to a google-rfc-2445
DateTimeValue object. |
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.