Package | Description |
---|---|
javax.time.calendar |
Provides classes to manage the human time scale including date, time,
date-time and time-zone representations.
|
javax.time.calendar.format |
Provides classes to format dates and times as strings.
|
Modifier and Type | Method and Description |
---|---|
protected T |
CalendricalRule.interpret(CalendricalMerger merger,
Object value)
Interprets the specified value converting it into an in range value of the
correct type for this rule.
|
protected void |
CalendricalRule.merge(CalendricalMerger merger)
Merges this field with other fields to form higher level fields.
|
Modifier and Type | Method and Description |
---|---|
CalendricalMerger |
DateTimeFormatter.parse(String text)
Fully parses the text returning a merger that can be used to manage the
merging of separate parsed fields to a meaningful calendrical.
|
CalendricalMerger |
DateTimeParseContext.toCalendricalMerger()
Returns a
CalendricalMerger that can be used to interpret
the results of the parse. |
Copyright © 2014. All rights reserved.