Package | Description |
---|---|
biweekly.component | |
biweekly.io | |
biweekly.io.scribe.property | |
biweekly.property | |
biweekly.util |
Modifier and Type | Method and Description |
---|---|
DateStart |
Observance.setDateStart(ICalDate date)
Sets the date that the timezone observance starts.
|
Modifier and Type | Method and Description |
---|---|
ICalDate |
ParseContext.TimezonedDate.getDate()
Gets the date object that was assigned to the property object (should
be parsed under the JVM's default timezone)
|
Modifier and Type | Method and Description |
---|---|
void |
WriteContext.addDate(ICalDate date,
boolean floating,
TimeZone tz)
Records the timezoned date-time values that are being written.
|
void |
ParseContext.addDate(ICalDate icalDate,
ICalProperty property,
ICalParameters parameters)
Adds a parsed date to this parse context so its timezone can be applied
to it after the iCalendar object has been parsed (if it has one).
|
void |
ParseContext.addFloatingDate(ICalProperty property,
ICalDate date)
Keeps track of a date-time property that does not have a timezone
(floating time), so it can be added to the
TimezoneInfo object
after the iCalendar object is parsed. |
void |
ParseContext.addTimezonedDate(String tzid,
ICalProperty property,
ICalDate date)
Keeps track of a date-time property value that uses a timezone so it can
be parsed later.
|
Constructor and Description |
---|
ParseContext.TimezonedDate(ICalDate date,
ICalProperty property) |
Modifier and Type | Method and Description |
---|---|
ICalDate |
ICalPropertyScribe.DateParser.parse()
Parses the date string.
|
protected ICalDate |
ExceptionDatesScribe.readValue(ExceptionDates property,
String value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
Modifier and Type | Method and Description |
---|---|
protected static ICalPropertyScribe.DateWriter |
ICalPropertyScribe.date(ICalDate date)
Formats a date as a string.
|
protected static ICalPropertyScribe.DateWriter |
ICalPropertyScribe.date(ICalDate date,
ICalProperty property,
WriteContext context) |
protected RecurrenceId |
RecurrenceIdScribe.newInstance(ICalDate date) |
protected DateStart |
DateStartScribe.newInstance(ICalDate date) |
protected abstract T |
DateOrDateTimePropertyScribe.newInstance(ICalDate date) |
protected DateEnd |
DateEndScribe.newInstance(ICalDate date) |
protected DateDue |
DateDueScribe.newInstance(ICalDate date) |
protected String |
ExceptionDatesScribe.writeValue(ExceptionDates property,
ICalDate value,
WriteContext context) |
Constructor and Description |
---|
ICalPropertyScribe.DateWriter(ICalDate date)
Creates a new date writer object.
|
Modifier and Type | Method and Description |
---|---|
ICalDate |
Daylight.getEnd()
Gets the end date of daylight savings time.
|
ICalDate |
Daylight.getStart()
Gets the start date of dayight savings time.
|
Modifier and Type | Method and Description |
---|---|
List<ICalDate> |
RecurrenceDates.getDates()
Gets the recurrence dates.
|
Modifier and Type | Method and Description |
---|---|
void |
RecurrenceDates.addDate(ICalDate date)
Adds a date.
|
com.google.ical.compat.javautil.DateIterator |
RecurrenceProperty.getDateIterator(ICalDate startDate)
Gets the date values of this recurrence property.
|
void |
Daylight.setEnd(ICalDate end)
Sets the end date of daylight savings time.
|
void |
Daylight.setStart(ICalDate start)
Sets the start date of dayight savings time.
|
Constructor and Description |
---|
DateDue(ICalDate dueDate)
Creates a due date property.
|
DateEnd(ICalDate dateEnd)
Creates an end date property.
|
DateOrDateTimeProperty(ICalDate value)
Creates a new property.
|
DateStart(ICalDate startDate)
Creates a start date property.
|
Daylight(boolean daylight,
UtcOffset offset,
ICalDate start,
ICalDate end,
String standardName,
String daylightName)
Creates a daylight savings property.
|
RecurrenceId(ICalDate originalStartDate)
Creates a recurrence ID property.
|
Modifier and Type | Method and Description |
---|---|
ICalDate |
Recurrence.getUntil()
Gets the date that the recurrence stops.
|
Modifier and Type | Method and Description |
---|---|
static com.google.ical.values.DateValue |
Google2445Utils.convert(ICalDate date)
Converts an
ICalDate object to a google-rfc-2445
DateValue object. |
Recurrence.Builder |
Recurrence.Builder.until(ICalDate until)
Sets the date that the recurrence stops.
|
Constructor and Description |
---|
ICalDate(ICalDate date)
Copies another iCal date-time value.
|
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.