See: Description
| Interface | Description |
|---|---|
| DateTimeValue |
An instant in time.
|
| DateValue |
A calendar date.
|
| IcalObject | |
| PeriodValue |
a half-open range of
DateValues. |
| TimeValue |
A time of day.
|
| Class | Description |
|---|---|
| DateTimeValueImpl |
An instant in time.
|
| DateValueImpl |
A calendar date.
|
| IcalParseUtil |
static functions for parsing ical values.
|
| PeriodValueImpl |
a half-open range of
DateValues. |
| RDateList |
a list of dates, as from an RDATE or EXDATE ical property.
|
| RRule |
encapsulates an RFC 2445 RRULE or EXRULE.
|
| WeekdayNum |
represents a day of the week in a month or year such as the
third monday of the month.
|
| Enum | Description |
|---|---|
| Frequency |
possible recurrence frequencies.
|
| IcalValueType |
a value type for an Ical property.
|
| Weekday |
days of the week enum.
|
value types for dates, date ranges, periods of time, etc.