Uses of Interface
org.apache.commons.lang.time.FastDateFormat.Rule
Packages that use FastDateFormat.Rule
Package
Description
Provides classes and methods to work with dates and durations.
-
Uses of FastDateFormat.Rule in org.apache.commons.lang.time
Subinterfaces of FastDateFormat.Rule in org.apache.commons.lang.timeModifier and TypeInterfaceDescriptionprivate static interfaceInner class defining a numeric rule.Classes in org.apache.commons.lang.time that implement FastDateFormat.RuleModifier and TypeClassDescriptionprivate static classInner class to output a constant single character.private static classInner class to output a padded number.private static classInner class to output a constant string.private static classInner class to output one of a set of values.private static classInner class to output a time zone name.private static classInner class to output a time zone as a number+/-HHMMor+/-HH:MM.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.RuleModifier and TypeFieldDescriptionprivate FastDateFormat.Rule[]FastDateFormat.mRulesThe parsed rules.