|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Value | |
---|---|
net.fortuna.ical4j.model | Contains core types used to define the iCalendar model. |
net.fortuna.ical4j.model.parameter | Contains types used to represent the iCalendar parameter model. |
net.fortuna.ical4j.util | Contains utility types that provide supporting functionality for iCal4j. |
Uses of Value in net.fortuna.ical4j.model |
---|
Methods in net.fortuna.ical4j.model that return Value | |
---|---|
Value |
DateList.getType()
Returns the VALUE parameter specifying the type of dates (ie. |
Methods in net.fortuna.ical4j.model with parameters of type Value | |
---|---|
DateList |
Recur.getDates(Date seed,
Date periodStart,
Date periodEnd,
Value value)
Returns a list of start dates in the specified period represented by this recur. |
DateList |
Recur.getDates(Date periodStart,
Date periodEnd,
Value value)
Returns a list of start dates in the specified period represented by this recur. |
DateList |
Recur.getDates(Date seed,
Period period,
Value value)
Convenience method for retrieving recurrences in a specified period. |
Constructors in net.fortuna.ical4j.model with parameters of type Value | |
---|---|
DateList(DateList list,
Value type)
Constructs a new date list of the specified type containing the dates in the specified list. |
|
DateList(String aValue,
Value aType)
|
|
DateList(String aValue,
Value aType,
TimeZone timezone)
Parses the specified string representation to create a list of dates. |
|
DateList(Value aType)
|
|
DateList(Value aType,
TimeZone timezone)
Default constructor. |
Uses of Value in net.fortuna.ical4j.model.parameter |
---|
Fields in net.fortuna.ical4j.model.parameter declared as Value | |
---|---|
static Value |
Value.BINARY
|
static Value |
Value.BOOLEAN
|
static Value |
Value.CAL_ADDRESS
|
static Value |
Value.DATE
|
static Value |
Value.DATE_TIME
|
static Value |
Value.DURATION
|
static Value |
Value.FLOAT
|
static Value |
Value.INTEGER
|
static Value |
Value.PERIOD
|
static Value |
Value.RECUR
|
static Value |
Value.TEXT
|
static Value |
Value.TIME
|
static Value |
Value.URI
|
static Value |
Value.UTC_OFFSET
|
Uses of Value in net.fortuna.ical4j.util |
---|
Methods in net.fortuna.ical4j.util with parameters of type Value | |
---|---|
static Date |
Dates.getInstance(Date date,
Value type)
Returns a new date instance of the specified type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |