java.lang.Object
net.fortuna.ical4j.model.TemporalAmountAdapter
- All Implemented Interfaces:
Serializable
Support adapter for
TemporalAmount representation in iCalendar format.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TemporalAmountAdapterbooleanstatic TemporalAmountAdapterstatic TemporalAmountAdapterstatic TemporalAmountAdapterstatic TemporalAmountAdapterfromDateRange(Date start, Date end) final DateDeprecated.inthashCode()static TemporalAmountAdapterstatic TemporalAmountAdaptertoString()
-
Constructor Details
-
TemporalAmountAdapter
-
-
Method Details
-
getDuration
-
toString
-
toString
-
toDuration
-
parse
-
parse
-
from
-
from
-
fromDateRange
-
from
-
between
-
getTime
Deprecated.usegetDuration().addTo(start), where start is aTemporalReturns a date representing the end of this duration from the specified start date.- Parameters:
start- the date to start the duration- Returns:
- the end of the duration as a date
-
equals
-
hashCode
public int hashCode()
-
getDuration().addTo(start), where start is aTemporal