Uses of Interface
org.apache.commons.lang.time.FastDateFormat.NumberRule
-
Packages that use FastDateFormat.NumberRule Package Description org.apache.commons.lang.time 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.NumberRule Modifier and Type Class Description private static classFastDateFormat.PaddedNumberFieldInner class to output a padded number.private static classFastDateFormat.TwelveHourFieldInner class to output the twelve hour field.private static classFastDateFormat.TwentyFourHourFieldInner class to output the twenty four hour field.private static classFastDateFormat.TwoDigitMonthFieldInner class to output a two digit month.private static classFastDateFormat.TwoDigitNumberFieldInner class to output a two digit number.private static classFastDateFormat.TwoDigitYearFieldInner class to output a two digit year.private static classFastDateFormat.UnpaddedMonthFieldInner class to output an unpadded month.private static classFastDateFormat.UnpaddedNumberFieldInner class to output an unpadded number.Fields in org.apache.commons.lang.time declared as FastDateFormat.NumberRule Modifier and Type Field Description private FastDateFormat.NumberRuleFastDateFormat.TwelveHourField. mRuleprivate FastDateFormat.NumberRuleFastDateFormat.TwentyFourHourField. mRuleMethods in org.apache.commons.lang.time that return FastDateFormat.NumberRule Modifier and Type Method Description protected 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.NumberRule Constructor Description TwelveHourField(FastDateFormat.NumberRule rule)Constructs an instance ofTwelveHourFieldwith the specifiedNumberRule.TwentyFourHourField(FastDateFormat.NumberRule rule)Constructs an instance ofTwentyFourHourFieldwith the specifiedNumberRule.
-