Package | Description |
---|---|
biweekly.component | |
biweekly.io.scribe.property |
Modifier and Type | Method and Description |
---|---|
DateTimeStamp |
VTodo.getDateTimeStamp()
Gets either (a) the creation date of the iCalendar object (if the
Method property is defined) or (b) the date that the to-do was
last modified (the LastModified property also holds this
information). |
DateTimeStamp |
VJournal.getDateTimeStamp()
Gets either (a) the creation date of the iCalendar object (if the
Method property is defined) or (b) the date that the journal
entry was last modified (the LastModified property also holds
this information). |
DateTimeStamp |
VFreeBusy.getDateTimeStamp()
Gets either (a) the creation date of the iCalendar object (if the
Method property is defined) or (b) the date that the free/busy
entry was last modified (the LastModified property also holds
this information). |
DateTimeStamp |
VEvent.getDateTimeStamp()
Gets either (a) the creation date of the iCalendar object (if the
Method property is defined) or (b) the date that the event was
last modified (the LastModified property also holds this
information). |
DateTimeStamp |
VTodo.setDateTimeStamp(Date dateTimeStamp)
Sets either (a) the creation date of the iCalendar object (if the
Method property is defined) or (b) the date that the to-do was
last modified (the LastModified property also holds this
information). |
DateTimeStamp |
VJournal.setDateTimeStamp(Date dateTimeStamp)
Sets either (a) the creation date of the iCalendar object (if the
Method property is defined) or (b) the date that the journal
entry was last modified (the LastModified property also holds
this information). |
DateTimeStamp |
VFreeBusy.setDateTimeStamp(Date dateTimeStamp)
Sets either (a) the creation date of the iCalendar object (if the
Method property is defined) or (b) the date that the free/busy
entry was last modified (the LastModified property also holds
this information). |
DateTimeStamp |
VEvent.setDateTimeStamp(Date dateTimeStamp)
Sets either (a) the creation date of the iCalendar object (if the
Method property is defined) or (b) the date that the event was
last modified (the LastModified property also holds this
information). |
Modifier and Type | Method and Description |
---|---|
void |
VTodo.setDateTimeStamp(DateTimeStamp dateTimeStamp)
Sets either (a) the creation date of the iCalendar object (if the
Method property is defined) or (b) the date that the to-do was
last modified (the LastModified property also holds this
information). |
void |
VJournal.setDateTimeStamp(DateTimeStamp dateTimeStamp)
Sets either (a) the creation date of the iCalendar object (if the
Method property is defined) or (b) the date that the journal
entry was last modified (the LastModified property also holds
this information). |
void |
VFreeBusy.setDateTimeStamp(DateTimeStamp dateTimeStamp)
Sets either (a) the creation date of the iCalendar object (if the
Method property is defined) or (b) the date that the free/busy
entry was last modified (the LastModified property also holds
this information). |
void |
VEvent.setDateTimeStamp(DateTimeStamp dateTimeStamp)
Sets either (a) the creation date of the iCalendar object (if the
Method property is defined) or (b) the date that the event was
last modified (the LastModified property also holds this
information). |
Modifier and Type | Method and Description |
---|---|
protected DateTimeStamp |
DateTimeStampScribe.newInstance(Date date) |
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.