Package net.fortuna.ical4j.model
Class TemporalAmountAdapter
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 TypeMethodDescriptionbooleanstatic TemporalAmountAdapterstatic TemporalAmountAdapterfromDateRange(Date start, Date end) final DateReturns a date representing the end of this duration from the specified start date.inthashCode()static TemporalAmountAdapterstatic TemporalAmountAdaptertoString()
-
Constructor Details
-
TemporalAmountAdapter
-
-
Method Details
-
getDuration
-
toString
-
toString
-
parse
-
parse
-
fromDateRange
-
from
-
getTime
Returns 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()
-