Interface | Description |
---|---|
RubyDateTimeParsedElementsQuery.DecimalFractionConverter |
A converter for a decimal fraction to be stored as the required type in the result
Map . |
RubyDateTimeParsedElementsQuery.MapKeyConverter<T> |
Class | Description |
---|---|
RubyChronoFields |
A Ruby-specific set of temporal fields.
|
RubyDateTimeFormatter |
Formatter for printing and parsing date-time objects.
|
RubyDateTimeParsedElementsQuery<T> |
A query to retrieve a
Map of parsed elements. |
RubyDateTimeResolver |
A resolver for
TemporalAccessor , date-time data parsed by RubyDateTimeFormatter . |
RubyDateTimeZones |
This class contains a
static method to interpret a timezone string
in the manner of Ruby's Date and DateTime classes. |
RubyTemporalQueries |
Ruby-specific implementations of
TemporalQuery . |
RubyTimeZones |
This class contains a
static method to interpret a timezone string
in the manner of Ruby's Time class. |
Exception | Description |
---|---|
RubyDateTimeParseException |
An exception thrown when an error occurs during parsing a date-time string by
RubyDateTimeFormatter . |