|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Dur | |
---|---|
net.fortuna.ical4j.model | Contains core types used to define the iCalendar model. |
net.fortuna.ical4j.model.component | Contains types used to represent the iCalendar component model. |
net.fortuna.ical4j.model.property | Contains types used to represent the iCalendar property model. |
Uses of Dur in net.fortuna.ical4j.model |
---|
Methods in net.fortuna.ical4j.model that return Dur | |
---|---|
Dur |
Dur.add(Dur duration)
Add two durations. |
Dur |
Period.getDuration()
Returns the duration of this period. |
Dur |
Dur.negate()
Provides a negation of this instance. |
Methods in net.fortuna.ical4j.model with parameters of type Dur | |
---|---|
Dur |
Dur.add(Dur duration)
Add two durations. |
int |
Dur.compareTo(Dur arg0)
Compares this duration with another, acording to their length. |
Constructors in net.fortuna.ical4j.model with parameters of type Dur | |
---|---|
Period(DateTime start,
Dur duration)
Constructs a new period with the specified start date and duration. |
Uses of Dur in net.fortuna.ical4j.model.component |
---|
Constructors in net.fortuna.ical4j.model.component with parameters of type Dur | |
---|---|
VAlarm(Dur trigger)
Constructs a new VALARM instance that will trigger at the specified time relative to the event/todo component. |
|
VEvent(Date start,
Dur duration,
String summary)
Constructs a new VEVENT instance starting at the specified times, for the specified duration, with the specified summary. |
|
VFreeBusy(DateTime start,
DateTime end,
Dur duration)
Constructs a new VFreeBusy instance with the specified start and end boundaries. |
|
VToDo(Date start,
Dur duration,
String summary)
Constructs a new VTODO instance starting at the specified times, for the specified duration, with the specified summary. |
Uses of Dur in net.fortuna.ical4j.model.property |
---|
Methods in net.fortuna.ical4j.model.property that return Dur | |
---|---|
Dur |
Trigger.getDuration()
|
Dur |
Duration.getDuration()
|
Methods in net.fortuna.ical4j.model.property with parameters of type Dur | |
---|---|
void |
Trigger.setDuration(Dur duration)
|
void |
Duration.setDuration(Dur duration)
|
Constructors in net.fortuna.ical4j.model.property with parameters of type Dur | |
---|---|
Duration(Dur duration)
|
|
Duration(ParameterList aList,
Dur duration)
|
|
Trigger(Dur duration)
|
|
Trigger(ParameterList aList,
Dur duration)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |