Uses of Interface
org.apache.commons.lang.time.FastDateFormat.NumberRule
Packages that use FastDateFormat.NumberRule
Package
Description
Provides classes and methods to work with dates and durations.
-
Uses of FastDateFormat.NumberRule in org.apache.commons.lang.time
Classes in org.apache.commons.lang.time that implement FastDateFormat.NumberRuleModifier and TypeClassDescriptionprivate static classInner class to output a padded number.private static classInner class to output the twelve hour field.private static classInner class to output the twenty four hour field.private static classInner class to output a two digit month.private static classInner class to output a two digit number.private static classInner class to output a two digit year.private static classInner class to output an unpadded month.private static classInner class to output an unpadded number.Fields in org.apache.commons.lang.time declared as FastDateFormat.NumberRuleModifier and TypeFieldDescriptionprivate final FastDateFormat.NumberRuleFastDateFormat.TwelveHourField.mRuleprivate final FastDateFormat.NumberRuleFastDateFormat.TwentyFourHourField.mRuleMethods in org.apache.commons.lang.time that return FastDateFormat.NumberRuleModifier and TypeMethodDescriptionprotected FastDateFormat.NumberRuleFastDateFormat.selectNumberRule(int field, int padding) Gets an appropriate rule for the padding required.Constructors in org.apache.commons.lang.time with parameters of type FastDateFormat.NumberRuleModifierConstructorDescription(package private)Constructs an instance ofTwelveHourFieldwith the specifiedNumberRule.(package private)Constructs an instance ofTwentyFourHourFieldwith the specifiedNumberRule.