Uses of Class
org.joda.time.field.UnsupportedDateTimeField
-
Packages that use UnsupportedDateTimeField Package Description org.joda.time.field Implementation package providing abstract and standard field classes. -
-
Uses of UnsupportedDateTimeField in org.joda.time.field
Fields in org.joda.time.field with type parameters of type UnsupportedDateTimeField Modifier and Type Field Description private static java.util.HashMap<DateTimeFieldType,UnsupportedDateTimeField>
UnsupportedDateTimeField. cCache
The cache of unsupported datetime field instancesMethods in org.joda.time.field that return UnsupportedDateTimeField Modifier and Type Method Description static UnsupportedDateTimeField
UnsupportedDateTimeField. getInstance(DateTimeFieldType type, DurationField durationField)
Gets an instance of UnsupportedDateTimeField for a specific named field.
-