Uses of Interface
org.sqlite.date.FastDatePrinter.NumberRule
-
Packages that use FastDatePrinter.NumberRule Package Description org.sqlite.date Provides classes and methods to work with dates and durations. -
-
Uses of FastDatePrinter.NumberRule in org.sqlite.date
Classes in org.sqlite.date that implement FastDatePrinter.NumberRule Modifier and Type Class Description private static classFastDatePrinter.PaddedNumberFieldInner class to output a padded number.private static classFastDatePrinter.TwelveHourFieldInner class to output the twelve hour field.private static classFastDatePrinter.TwentyFourHourFieldInner class to output the twenty four hour field.private static classFastDatePrinter.TwoDigitMonthFieldInner class to output a two digit month.private static classFastDatePrinter.TwoDigitNumberFieldInner class to output a two digit number.private static classFastDatePrinter.TwoDigitYearFieldInner class to output a two digit year.private static classFastDatePrinter.UnpaddedMonthFieldInner class to output an unpadded month.private static classFastDatePrinter.UnpaddedNumberFieldInner class to output an unpadded number.Fields in org.sqlite.date declared as FastDatePrinter.NumberRule Modifier and Type Field Description private FastDatePrinter.NumberRuleFastDatePrinter.TwelveHourField. mRuleprivate FastDatePrinter.NumberRuleFastDatePrinter.TwentyFourHourField. mRuleMethods in org.sqlite.date that return FastDatePrinter.NumberRule Modifier and Type Method Description protected FastDatePrinter.NumberRuleFastDatePrinter. selectNumberRule(int field, int padding)Gets an appropriate rule for the padding required.Constructors in org.sqlite.date with parameters of type FastDatePrinter.NumberRule Constructor Description TwelveHourField(FastDatePrinter.NumberRule rule)Constructs an instance ofTwelveHourFieldwith the specifiedNumberRule.TwentyFourHourField(FastDatePrinter.NumberRule rule)Constructs an instance ofTwentyFourHourFieldwith the specifiedNumberRule.
-