Uses of Class
org.joda.time.field.DividedDateTimeField
-
Packages that use DividedDateTimeField Package Description org.joda.time.field Implementation package providing abstract and standard field classes. -
-
Uses of DividedDateTimeField in org.joda.time.field
Constructors in org.joda.time.field with parameters of type DividedDateTimeField Constructor Description RemainderDateTimeField(DividedDateTimeField dividedField)
Construct a RemainderDateTimeField that compliments the given DividedDateTimeField.RemainderDateTimeField(DividedDateTimeField dividedField, DateTimeFieldType type)
Construct a RemainderDateTimeField that compliments the given DividedDateTimeField.
-